Shades of Spring Green #02FF7D
Tints of Spring Green #02FF7D
RGB
CMYK
RGB Variations
Color information
#02FF7D (or 0x02FF7D) is known color: Spring Green. HEX triplet: 02, FF and 7D. RGB value is (2,255,125). Sum of RGB (Red+Green+Blue) = 2+255+125=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FF7D is #FD0082. Grayscale: #A4A4A4. Windows color (decimal): -16580739 or 8257282. OLE color: 8257282.
HSL color Cylindrical-coordinate representation of color #02FF7D: hue angle of 149.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FF7D is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 125 | - |
| CMYK | 0.99 | 0 | 0.51 | 0 |
| HSL | 149.17º | 1% | 0.5% | - |
| HSV(B) | 149.17º | 0.99% | 1% | - |
| XYZ | 39.49 | 73.01 | 31.41 | - |
| YUV | 164.53 | 105.68 | 12.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 125 | 0.99 | 0 | 0.51 | 0 | 149.17 | 1 | 0.5 |
| Hex | 2 | FF | 7D | 63 | 0 | 33 | 0 | 95 | 64 | 32 |
| Octal | 2 | 377 | 175 | 143 | 0 | 63 | 0 | 225 | 144 | 62 |
| Binary | 10 | 11111111 | 1111101 | 1100011 | 0 | 110011 | 0 | 10010101 | 1100100 | 110010 |
Color Harmonies of #02FF7D
Complementary color
Monochromatic Colors of #02FF7D
Black with #02FF7D
Text Example
Text Example
White with #02FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF7D; }
p { color: rgb(2,255,125); }
H1.HeaderClassName
{
color: #02FF7D;
}
.AnyTagClassName
{
color: #02FF7D;
}
</style>
background-color css
<style>
a { background-color: #02FF7D; }
a { background-color: rgb(2,255,125); }
div.DivClassName
{
background-color: #02FF7D;
}
.BgClassName
{
background-color: #02FF7D;
}
</style>
border-color css
<style>
span { border-color: #02FF7D; }
span { border-color: rgb(2,255,125); }
td.TdClassName
{
border-color: #02FF7D;
}
.TagClassName
{
border-color: #02FF7D;
}
</style>