Shades of Spring Green #02E96E
Tints of Spring Green #02E96E
RGB
CMYK
RGB Variations
Color information
#02E96E (or 0x02E96E) is known color: Spring Green. HEX triplet: 02, E9 and 6E. RGB value is (2,233,110). Sum of RGB (Red+Green+Blue) = 2+233+110=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 233 (91.41% from 255 or 67.54% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 233 - color contains mainly: green. Hex color #02E96E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E96E is #FD1691. Grayscale: #969696. Windows color (decimal): -16586386 or 7268610. OLE color: 7268610.
HSL color Cylindrical-coordinate representation of color #02E96E: hue angle of 148.05º 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 #02E96E is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 233 | 110 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.09 |
| HSL | 148.05º | 0.98% | 0.46% | - |
| HSV(B) | 148.05º | 0.99% | 0.91% | - |
| XYZ | 31.98 | 59.42 | 24.53 | - |
| YUV | 149.91 | 105.47 | 22.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 110 | 0.99 | 0 | 0.53 | 0.09 | 148.05 | 0.98 | 0.46 |
| Hex | 2 | E9 | 6E | 63 | 0 | 35 | 9 | 94 | 62 | 2E |
| Octal | 2 | 351 | 156 | 143 | 0 | 65 | 11 | 224 | 142 | 56 |
| Binary | 10 | 11101001 | 1101110 | 1100011 | 0 | 110101 | 1001 | 10010100 | 1100010 | 101110 |
Color Harmonies of #02E96E
Complementary color
Monochromatic Colors of #02E96E
Black with #02E96E
Text Example
Text Example
White with #02E96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E96E; }
p { color: rgb(2,233,110); }
H1.HeaderClassName
{
color: #02E96E;
}
.AnyTagClassName
{
color: #02E96E;
}
</style>
background-color css
<style>
a { background-color: #02E96E; }
a { background-color: rgb(2,233,110); }
div.DivClassName
{
background-color: #02E96E;
}
.BgClassName
{
background-color: #02E96E;
}
</style>
border-color css
<style>
span { border-color: #02E96E; }
span { border-color: rgb(2,233,110); }
td.TdClassName
{
border-color: #02E96E;
}
.TagClassName
{
border-color: #02E96E;
}
</style>