Shades of Spring Green #02FF89
Tints of Spring Green #02FF89
RGB
CMYK
RGB Variations
Color information
#02FF89 (or 0x02FF89) is known color: Spring Green. HEX triplet: 02, FF and 89. RGB value is (2,255,137). Sum of RGB (Red+Green+Blue) = 2+255+137=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF89 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FF89 is #FD0076. Grayscale: #A6A6A6. Windows color (decimal): -16580727 or 9043714. OLE color: 9043714.
HSL color Cylindrical-coordinate representation of color #02FF89: hue angle of 152.02º 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 #02FF89 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 137 | - |
| CMYK | 0.99 | 0 | 0.46 | 0 |
| HSL | 152.02º | 1% | 0.5% | - |
| HSV(B) | 152.02º | 0.99% | 1% | - |
| XYZ | 40.3 | 73.34 | 35.7 | - |
| YUV | 165.9 | 111.68 | 11.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 137 | 0.99 | 0 | 0.46 | 0 | 152.02 | 1 | 0.5 |
| Hex | 2 | FF | 89 | 63 | 0 | 2E | 0 | 98 | 64 | 32 |
| Octal | 2 | 377 | 211 | 143 | 0 | 56 | 0 | 230 | 144 | 62 |
| Binary | 10 | 11111111 | 10001001 | 1100011 | 0 | 101110 | 0 | 10011000 | 1100100 | 110010 |
Color Harmonies of #02FF89
Complementary color
Monochromatic Colors of #02FF89
Black with #02FF89
Text Example
Text Example
White with #02FF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF89; }
p { color: rgb(2,255,137); }
H1.HeaderClassName
{
color: #02FF89;
}
.AnyTagClassName
{
color: #02FF89;
}
</style>
background-color css
<style>
a { background-color: #02FF89; }
a { background-color: rgb(2,255,137); }
div.DivClassName
{
background-color: #02FF89;
}
.BgClassName
{
background-color: #02FF89;
}
</style>
border-color css
<style>
span { border-color: #02FF89; }
span { border-color: rgb(2,255,137); }
td.TdClassName
{
border-color: #02FF89;
}
.TagClassName
{
border-color: #02FF89;
}
</style>