RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #00ff7f.
RGB: 0, 255, 127 | CMYK: 100%, 0%, 50%, 0% |
HSV: H: 150° S: 100% V: 100% | HSL:H: 150° S: 100% L: 50% |
#00FF7F Color Preview
#00ff7f is a shade of green color with RGB values ( 0, 255, 127). As mentioned above, this color is a combination of CMYK: 100% Cyan, 0% Magenta, 50% Yellow, and 0% Key (Black) in the CMYK color model.
As mentioned in the table, the HSL cylindrical-coordinate representations have the following values: Hue (H): 150°, Saturation (S): 100%, and Lightness (L): 50%.
The HSV values for #00ff7f are as follows: Hue (H): 150°, Saturation (S): 100%, Value (V): 100%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #00FF7F color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #00FF7F; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #00FF7F;">This is sample text</div>
<div style="color: #ffffff; background-color: #00FF7F;">This is sample text</div>
<div style="color: #00FF7F;">This is sample text</div>
CSS Codes
You can freely substitute any of these values for CSS properties that require a color input: color, background color, and border color.
color: rgb(0, 255, 127);
color: #00FF7F;
Examples
color: rgb(0, 255, 127);
background-color: rgb(0, 255, 127);
border-color: rgb(0, 255, 127);
color: #00FF7F;
background-color: #00FF7F;
border-color: #00FF7F;
Color schemes with #00FF7F
Analogous
Here, the analogous color with hex code #00FF7F has #00FFFF and #01FF00 at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #00FF7F, a monochromatic palette will feature a corresponding shade #33FF99, originating from the same hue.
Triadic
The triadic palette built around #00FF7F uses two accents #7F00FF and #FF7F00, each 120 degrees apart from the main hue.
Complementary
The complementary color for #00FF7F is #FF0080.
Tetradic
Here, for the primary color #00FF7F, the complementary shade is #0000FF plus two accent colors, i.e., #FF0080 and #FFFE00.