Shades of Spring Green #02E66F
Tints of Spring Green #02E66F
RGB
CMYK
RGB Variations
Color information
#02E66F (or 0x02E66F) is known color: Spring Green. HEX triplet: 02, E6 and 6F. RGB value is (2,230,111). Sum of RGB (Red+Green+Blue) = 2+230+111=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 230 (90.23% from 255 or 67.06% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 230 - color contains mainly: green. Hex color #02E66F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E66F is #FD1990. Grayscale: #949494. Windows color (decimal): -16587153 or 7333378. OLE color: 7333378.
HSL color Cylindrical-coordinate representation of color #02E66F: hue angle of 148.68º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E66F is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 230 | 111 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.10 |
| HSL | 148.68º | 0.98% | 0.45% | - |
| HSV(B) | 148.68º | 0.99% | 0.9% | - |
| XYZ | 31.19 | 57.75 | 24.54 | - |
| YUV | 148.26 | 106.96 | 23.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 230 | 111 | 0.99 | 0 | 0.52 | 0.10 | 148.68 | 0.98 | 0.45 |
| Hex | 2 | E6 | 6F | 63 | 0 | 34 | A | 95 | 62 | 2D |
| Octal | 2 | 346 | 157 | 143 | 0 | 64 | 12 | 225 | 142 | 55 |
| Binary | 10 | 11100110 | 1101111 | 1100011 | 0 | 110100 | 1010 | 10010101 | 1100010 | 101101 |
Color Harmonies of #02E66F
Complementary color
Monochromatic Colors of #02E66F
Black with #02E66F
Text Example
Text Example
White with #02E66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E66F; }
p { color: rgb(2,230,111); }
H1.HeaderClassName
{
color: #02E66F;
}
.AnyTagClassName
{
color: #02E66F;
}
</style>
background-color css
<style>
a { background-color: #02E66F; }
a { background-color: rgb(2,230,111); }
div.DivClassName
{
background-color: #02E66F;
}
.BgClassName
{
background-color: #02E66F;
}
</style>
border-color css
<style>
span { border-color: #02E66F; }
span { border-color: rgb(2,230,111); }
td.TdClassName
{
border-color: #02E66F;
}
.TagClassName
{
border-color: #02E66F;
}
</style>