Shades of Spring Green #02FF72
Tints of Spring Green #02FF72
RGB
CMYK
RGB Variations
Color information
#02FF72 (or 0x02FF72) is known color: Spring Green. HEX triplet: 02, FF and 72. RGB value is (2,255,114). Sum of RGB (Red+Green+Blue) = 2+255+114=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FF72 is #FD008D. Grayscale: #A3A3A3. Windows color (decimal): -16580750 or 7536386. OLE color: 7536386.
HSL color Cylindrical-coordinate representation of color #02FF72: hue angle of 146.56º 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 #02FF72 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 114 | - |
| CMYK | 0.99 | 0 | 0.55 | 0 |
| HSL | 146.56º | 1% | 0.5% | - |
| HSV(B) | 146.56º | 0.99% | 1% | - |
| XYZ | 38.82 | 72.75 | 27.92 | - |
| YUV | 163.28 | 100.18 | 12.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 114 | 0.99 | 0 | 0.55 | 0 | 146.56 | 1 | 0.5 |
| Hex | 2 | FF | 72 | 63 | 0 | 37 | 0 | 93 | 64 | 32 |
| Octal | 2 | 377 | 162 | 143 | 0 | 67 | 0 | 223 | 144 | 62 |
| Binary | 10 | 11111111 | 1110010 | 1100011 | 0 | 110111 | 0 | 10010011 | 1100100 | 110010 |
Color Harmonies of #02FF72
Complementary color
Monochromatic Colors of #02FF72
Black with #02FF72
Text Example
Text Example
White with #02FF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF72; }
p { color: rgb(2,255,114); }
H1.HeaderClassName
{
color: #02FF72;
}
.AnyTagClassName
{
color: #02FF72;
}
</style>
background-color css
<style>
a { background-color: #02FF72; }
a { background-color: rgb(2,255,114); }
div.DivClassName
{
background-color: #02FF72;
}
.BgClassName
{
background-color: #02FF72;
}
</style>
border-color css
<style>
span { border-color: #02FF72; }
span { border-color: rgb(2,255,114); }
td.TdClassName
{
border-color: #02FF72;
}
.TagClassName
{
border-color: #02FF72;
}
</style>