Shades of Spring Green #02FF88
Tints of Spring Green #02FF88
RGB
CMYK
RGB Variations
Color information
#02FF88 (or 0x02FF88) is known color: Spring Green. HEX triplet: 02, FF and 88. RGB value is (2,255,136). Sum of RGB (Red+Green+Blue) = 2+255+136=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FF88 is #FD0077. Grayscale: #A6A6A6. Windows color (decimal): -16580728 or 8978178. OLE color: 8978178.
HSL color Cylindrical-coordinate representation of color #02FF88: hue angle of 151.78º 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 #02FF88 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 136 | - |
| CMYK | 0.99 | 0 | 0.47 | 0 |
| HSL | 151.78º | 1% | 0.5% | - |
| HSV(B) | 151.78º | 0.99% | 1% | - |
| XYZ | 40.23 | 73.31 | 35.32 | - |
| YUV | 165.79 | 111.18 | 11.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 136 | 0.99 | 0 | 0.47 | 0 | 151.78 | 1 | 0.5 |
| Hex | 2 | FF | 88 | 63 | 0 | 2F | 0 | 98 | 64 | 32 |
| Octal | 2 | 377 | 210 | 143 | 0 | 57 | 0 | 230 | 144 | 62 |
| Binary | 10 | 11111111 | 10001000 | 1100011 | 0 | 101111 | 0 | 10011000 | 1100100 | 110010 |
Color Harmonies of #02FF88
Complementary color
Monochromatic Colors of #02FF88
Black with #02FF88
Text Example
Text Example
White with #02FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF88; }
p { color: rgb(2,255,136); }
H1.HeaderClassName
{
color: #02FF88;
}
.AnyTagClassName
{
color: #02FF88;
}
</style>
background-color css
<style>
a { background-color: #02FF88; }
a { background-color: rgb(2,255,136); }
div.DivClassName
{
background-color: #02FF88;
}
.BgClassName
{
background-color: #02FF88;
}
</style>
border-color css
<style>
span { border-color: #02FF88; }
span { border-color: rgb(2,255,136); }
td.TdClassName
{
border-color: #02FF88;
}
.TagClassName
{
border-color: #02FF88;
}
</style>