Shades of Spring Green #02F56C
Tints of Spring Green #02F56C
RGB
CMYK
RGB Variations
Color information
#02F56C (or 0x02F56C) is known color: Spring Green. HEX triplet: 02, F5 and 6C. RGB value is (2,245,108). Sum of RGB (Red+Green+Blue) = 2+245+108=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 245 (96.09% from 255 or 69.01% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 245 - color contains mainly: green. Hex color #02F56C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F56C is #FD0A93. Grayscale: #9D9D9D. Windows color (decimal): -16583316 or 7140610. OLE color: 7140610.
HSL color Cylindrical-coordinate representation of color #02F56C: hue angle of 146.17º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F56C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 245 | 108 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.04 |
| HSL | 146.17º | 0.98% | 0.48% | - |
| HSV(B) | 146.17º | 0.99% | 0.96% | - |
| XYZ | 35.38 | 66.4 | 25.14 | - |
| YUV | 156.73 | 100.49 | 17.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 245 | 108 | 0.99 | 0 | 0.56 | 0.04 | 146.17 | 0.98 | 0.48 |
| Hex | 2 | F5 | 6C | 63 | 0 | 38 | 4 | 92 | 62 | 30 |
| Octal | 2 | 365 | 154 | 143 | 0 | 70 | 4 | 222 | 142 | 60 |
| Binary | 10 | 11110101 | 1101100 | 1100011 | 0 | 111000 | 100 | 10010010 | 1100010 | 110000 |
Color Harmonies of #02F56C
Complementary color
Monochromatic Colors of #02F56C
Black with #02F56C
Text Example
Text Example
White with #02F56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F56C; }
p { color: rgb(2,245,108); }
H1.HeaderClassName
{
color: #02F56C;
}
.AnyTagClassName
{
color: #02F56C;
}
</style>
background-color css
<style>
a { background-color: #02F56C; }
a { background-color: rgb(2,245,108); }
div.DivClassName
{
background-color: #02F56C;
}
.BgClassName
{
background-color: #02F56C;
}
</style>
border-color css
<style>
span { border-color: #02F56C; }
span { border-color: rgb(2,245,108); }
td.TdClassName
{
border-color: #02F56C;
}
.TagClassName
{
border-color: #02F56C;
}
</style>