Shades of Spring Green #02FF5D
Tints of Spring Green #02FF5D
RGB
CMYK
RGB Variations
Color information
#02FF5D (or 0x02FF5D) is known color: Spring Green. HEX triplet: 02, FF and 5D. RGB value is (2,255,93). Sum of RGB (Red+Green+Blue) = 2+255+93=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 255 (100% from 255 or 72.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FF5D is #FD00A2. Grayscale: #A1A1A1. Windows color (decimal): -16580771 or 6160130. OLE color: 6160130.
HSL color Cylindrical-coordinate representation of color #02FF5D: hue angle of 141.58º 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 #02FF5D is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 93 | - |
| CMYK | 0.99 | 0 | 0.64 | 0 |
| HSL | 141.58º | 1% | 0.5% | - |
| HSV(B) | 141.58º | 0.99% | 1% | - |
| XYZ | 37.76 | 72.32 | 22.33 | - |
| YUV | 160.89 | 89.68 | 14.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 93 | 0.99 | 0 | 0.64 | 0 | 141.58 | 1 | 0.5 |
| Hex | 2 | FF | 5D | 63 | 0 | 40 | 0 | 8E | 64 | 32 |
| Octal | 2 | 377 | 135 | 143 | 0 | 100 | 0 | 216 | 144 | 62 |
| Binary | 10 | 11111111 | 1011101 | 1100011 | 0 | 1000000 | 0 | 10001110 | 1100100 | 110010 |
Color Harmonies of #02FF5D
Complementary color
Monochromatic Colors of #02FF5D
Black with #02FF5D
Text Example
Text Example
White with #02FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF5D; }
p { color: rgb(2,255,93); }
H1.HeaderClassName
{
color: #02FF5D;
}
.AnyTagClassName
{
color: #02FF5D;
}
</style>
background-color css
<style>
a { background-color: #02FF5D; }
a { background-color: rgb(2,255,93); }
div.DivClassName
{
background-color: #02FF5D;
}
.BgClassName
{
background-color: #02FF5D;
}
</style>
border-color css
<style>
span { border-color: #02FF5D; }
span { border-color: rgb(2,255,93); }
td.TdClassName
{
border-color: #02FF5D;
}
.TagClassName
{
border-color: #02FF5D;
}
</style>