Shades of Spring Green #02FF5C
Tints of Spring Green #02FF5C
RGB
CMYK
RGB Variations
Color information
#02FF5C (or 0x02FF5C) is known color: Spring Green. HEX triplet: 02, FF and 5C. RGB value is (2,255,92). Sum of RGB (Red+Green+Blue) = 2+255+92=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FF5C is #FD00A3. Grayscale: #A1A1A1. Windows color (decimal): -16580772 or 6094594. OLE color: 6094594.
HSL color Cylindrical-coordinate representation of color #02FF5C: hue angle of 141.34º 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 #02FF5C is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 92 | - |
| CMYK | 0.99 | 0 | 0.64 | 0 |
| HSL | 141.34º | 1% | 0.5% | - |
| HSV(B) | 141.34º | 0.99% | 1% | - |
| XYZ | 37.72 | 72.31 | 22.09 | - |
| YUV | 160.77 | 89.18 | 14.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 92 | 0.99 | 0 | 0.64 | 0 | 141.34 | 1 | 0.5 |
| Hex | 2 | FF | 5C | 63 | 0 | 40 | 0 | 8D | 64 | 32 |
| Octal | 2 | 377 | 134 | 143 | 0 | 100 | 0 | 215 | 144 | 62 |
| Binary | 10 | 11111111 | 1011100 | 1100011 | 0 | 1000000 | 0 | 10001101 | 1100100 | 110010 |
Color Harmonies of #02FF5C
Complementary color
Monochromatic Colors of #02FF5C
Black with #02FF5C
Text Example
Text Example
White with #02FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF5C; }
p { color: rgb(2,255,92); }
H1.HeaderClassName
{
color: #02FF5C;
}
.AnyTagClassName
{
color: #02FF5C;
}
</style>
background-color css
<style>
a { background-color: #02FF5C; }
a { background-color: rgb(2,255,92); }
div.DivClassName
{
background-color: #02FF5C;
}
.BgClassName
{
background-color: #02FF5C;
}
</style>
border-color css
<style>
span { border-color: #02FF5C; }
span { border-color: rgb(2,255,92); }
td.TdClassName
{
border-color: #02FF5C;
}
.TagClassName
{
border-color: #02FF5C;
}
</style>