Shades of Spring Green #02FB6C
Tints of Spring Green #02FB6C
RGB
CMYK
RGB Variations
Color information
#02FB6C (or 0x02FB6C) is known color: Spring Green. HEX triplet: 02, FB and 6C. RGB value is (2,251,108). Sum of RGB (Red+Green+Blue) = 2+251+108=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 251 (98.44% from 255 or 69.53% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 251 - color contains mainly: green. Hex color #02FB6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FB6C is #FD0493. Grayscale: #A0A0A0. Windows color (decimal): -16581780 or 7142146. OLE color: 7142146.
HSL color Cylindrical-coordinate representation of color #02FB6C: hue angle of 145.54º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FB6C is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 108 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.02 |
| HSL | 145.54º | 0.98% | 0.5% | - |
| HSV(B) | 145.54º | 0.99% | 0.98% | - |
| XYZ | 37.23 | 70.09 | 25.75 | - |
| YUV | 160.25 | 98.51 | 15.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 108 | 0.99 | 0 | 0.57 | 0.02 | 145.54 | 0.98 | 0.5 |
| Hex | 2 | FB | 6C | 63 | 0 | 39 | 2 | 92 | 62 | 32 |
| Octal | 2 | 373 | 154 | 143 | 0 | 71 | 2 | 222 | 142 | 62 |
| Binary | 10 | 11111011 | 1101100 | 1100011 | 0 | 111001 | 10 | 10010010 | 1100010 | 110010 |
Color Harmonies of #02FB6C
Complementary color
Monochromatic Colors of #02FB6C
Black with #02FB6C
Text Example
Text Example
White with #02FB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FB6C; }
p { color: rgb(2,251,108); }
H1.HeaderClassName
{
color: #02FB6C;
}
.AnyTagClassName
{
color: #02FB6C;
}
</style>
background-color css
<style>
a { background-color: #02FB6C; }
a { background-color: rgb(2,251,108); }
div.DivClassName
{
background-color: #02FB6C;
}
.BgClassName
{
background-color: #02FB6C;
}
</style>
border-color css
<style>
span { border-color: #02FB6C; }
span { border-color: rgb(2,251,108); }
td.TdClassName
{
border-color: #02FB6C;
}
.TagClassName
{
border-color: #02FB6C;
}
</style>