Shades of Spring Green #02F46C
Tints of Spring Green #02F46C
RGB
CMYK
RGB Variations
Color information
#02F46C (or 0x02F46C) is known color: Spring Green. HEX triplet: 02, F4 and 6C. RGB value is (2,244,108). Sum of RGB (Red+Green+Blue) = 2+244+108=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 244 (95.70% from 255 or 68.93% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 244 - color contains mainly: green. Hex color #02F46C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F46C is #FD0B93. Grayscale: #9C9C9C. Windows color (decimal): -16583572 or 7140354. OLE color: 7140354.
HSL color Cylindrical-coordinate representation of color #02F46C: hue angle of 146.28º 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 #02F46C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 244 | 108 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.04 |
| HSL | 146.28º | 0.98% | 0.48% | - |
| HSV(B) | 146.28º | 0.99% | 0.96% | - |
| XYZ | 35.08 | 65.8 | 25.04 | - |
| YUV | 156.14 | 100.83 | 18.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 244 | 108 | 0.99 | 0 | 0.56 | 0.04 | 146.28 | 0.98 | 0.48 |
| Hex | 2 | F4 | 6C | 63 | 0 | 38 | 4 | 92 | 62 | 30 |
| Octal | 2 | 364 | 154 | 143 | 0 | 70 | 4 | 222 | 142 | 60 |
| Binary | 10 | 11110100 | 1101100 | 1100011 | 0 | 111000 | 100 | 10010010 | 1100010 | 110000 |
Color Harmonies of #02F46C
Complementary color
Monochromatic Colors of #02F46C
Black with #02F46C
Text Example
Text Example
White with #02F46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F46C; }
p { color: rgb(2,244,108); }
H1.HeaderClassName
{
color: #02F46C;
}
.AnyTagClassName
{
color: #02F46C;
}
</style>
background-color css
<style>
a { background-color: #02F46C; }
a { background-color: rgb(2,244,108); }
div.DivClassName
{
background-color: #02F46C;
}
.BgClassName
{
background-color: #02F46C;
}
</style>
border-color css
<style>
span { border-color: #02F46C; }
span { border-color: rgb(2,244,108); }
td.TdClassName
{
border-color: #02F46C;
}
.TagClassName
{
border-color: #02F46C;
}
</style>