Shades of Spring Green #02F06C
Tints of Spring Green #02F06C
RGB
CMYK
RGB Variations
Color information
#02F06C (or 0x02F06C) is known color: Spring Green. HEX triplet: 02, F0 and 6C. RGB value is (2,240,108). Sum of RGB (Red+Green+Blue) = 2+240+108=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 240 (94.14% from 255 or 68.57% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 240 - color contains mainly: green. Hex color #02F06C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F06C is #FD0F93. Grayscale: #9A9A9A. Windows color (decimal): -16584596 or 7139330. OLE color: 7139330.
HSL color Cylindrical-coordinate representation of color #02F06C: hue angle of 146.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F06C is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 240 | 108 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.06 |
| HSL | 146.72º | 0.98% | 0.47% | - |
| HSV(B) | 146.72º | 0.99% | 0.94% | - |
| XYZ | 33.89 | 63.42 | 24.64 | - |
| YUV | 153.79 | 102.15 | 19.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 240 | 108 | 0.99 | 0 | 0.55 | 0.06 | 146.72 | 0.98 | 0.47 |
| Hex | 2 | F0 | 6C | 63 | 0 | 37 | 6 | 93 | 62 | 2F |
| Octal | 2 | 360 | 154 | 143 | 0 | 67 | 6 | 223 | 142 | 57 |
| Binary | 10 | 11110000 | 1101100 | 1100011 | 0 | 110111 | 110 | 10010011 | 1100010 | 101111 |
Color Harmonies of #02F06C
Complementary color
Monochromatic Colors of #02F06C
Black with #02F06C
Text Example
Text Example
White with #02F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F06C; }
p { color: rgb(2,240,108); }
H1.HeaderClassName
{
color: #02F06C;
}
.AnyTagClassName
{
color: #02F06C;
}
</style>
background-color css
<style>
a { background-color: #02F06C; }
a { background-color: rgb(2,240,108); }
div.DivClassName
{
background-color: #02F06C;
}
.BgClassName
{
background-color: #02F06C;
}
</style>
border-color css
<style>
span { border-color: #02F06C; }
span { border-color: rgb(2,240,108); }
td.TdClassName
{
border-color: #02F06C;
}
.TagClassName
{
border-color: #02F06C;
}
</style>