Shades of Spring Green #02E76C
Tints of Spring Green #02E76C
RGB
CMYK
RGB Variations
Color information
#02E76C (or 0x02E76C) is known color: Spring Green. HEX triplet: 02, E7 and 6C. RGB value is (2,231,108). Sum of RGB (Red+Green+Blue) = 2+231+108=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 231 (90.62% from 255 or 67.74% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 231 - color contains mainly: green. Hex color #02E76C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E76C is #FD1893. Grayscale: #949494. Windows color (decimal): -16586900 or 7137026. OLE color: 7137026.
HSL color Cylindrical-coordinate representation of color #02E76C: hue angle of 147.77º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E76C is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 231 | 108 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.09 |
| HSL | 147.77º | 0.98% | 0.46% | - |
| HSV(B) | 147.77º | 0.99% | 0.91% | - |
| XYZ | 31.31 | 58.25 | 23.78 | - |
| YUV | 148.51 | 105.13 | 23.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 231 | 108 | 0.99 | 0 | 0.53 | 0.09 | 147.77 | 0.98 | 0.46 |
| Hex | 2 | E7 | 6C | 63 | 0 | 35 | 9 | 94 | 62 | 2E |
| Octal | 2 | 347 | 154 | 143 | 0 | 65 | 11 | 224 | 142 | 56 |
| Binary | 10 | 11100111 | 1101100 | 1100011 | 0 | 110101 | 1001 | 10010100 | 1100010 | 101110 |
Color Harmonies of #02E76C
Complementary color
Monochromatic Colors of #02E76C
Black with #02E76C
Text Example
Text Example
White with #02E76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E76C; }
p { color: rgb(2,231,108); }
H1.HeaderClassName
{
color: #02E76C;
}
.AnyTagClassName
{
color: #02E76C;
}
</style>
background-color css
<style>
a { background-color: #02E76C; }
a { background-color: rgb(2,231,108); }
div.DivClassName
{
background-color: #02E76C;
}
.BgClassName
{
background-color: #02E76C;
}
</style>
border-color css
<style>
span { border-color: #02E76C; }
span { border-color: rgb(2,231,108); }
td.TdClassName
{
border-color: #02E76C;
}
.TagClassName
{
border-color: #02E76C;
}
</style>