Shades of Spring Green #02FA85
Tints of Spring Green #02FA85
RGB
CMYK
RGB Variations
Color information
#02FA85 (or 0x02FA85) is known color: Spring Green. HEX triplet: 02, FA and 85. RGB value is (2,250,133). Sum of RGB (Red+Green+Blue) = 2+250+133=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FA85 is #FD057A. Grayscale: #A2A2A2. Windows color (decimal): -16582011 or 8780290. OLE color: 8780290.
HSL color Cylindrical-coordinate representation of color #02FA85: hue angle of 151.69º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FA85 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 133 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.02 |
| HSL | 151.69º | 0.98% | 0.49% | - |
| HSV(B) | 151.69º | 0.99% | 0.98% | - |
| XYZ | 38.44 | 70.08 | 33.69 | - |
| YUV | 162.51 | 111.34 | 13.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 133 | 0.99 | 0 | 0.47 | 0.02 | 151.69 | 0.98 | 0.49 |
| Hex | 2 | FA | 85 | 63 | 0 | 2F | 2 | 98 | 62 | 31 |
| Octal | 2 | 372 | 205 | 143 | 0 | 57 | 2 | 230 | 142 | 61 |
| Binary | 10 | 11111010 | 10000101 | 1100011 | 0 | 101111 | 10 | 10011000 | 1100010 | 110001 |
Color Harmonies of #02FA85
Complementary color
Monochromatic Colors of #02FA85
Black with #02FA85
Text Example
Text Example
White with #02FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA85; }
p { color: rgb(2,250,133); }
H1.HeaderClassName
{
color: #02FA85;
}
.AnyTagClassName
{
color: #02FA85;
}
</style>
background-color css
<style>
a { background-color: #02FA85; }
a { background-color: rgb(2,250,133); }
div.DivClassName
{
background-color: #02FA85;
}
.BgClassName
{
background-color: #02FA85;
}
</style>
border-color css
<style>
span { border-color: #02FA85; }
span { border-color: rgb(2,250,133); }
td.TdClassName
{
border-color: #02FA85;
}
.TagClassName
{
border-color: #02FA85;
}
</style>