Shades of Spring Green #02E075
Tints of Spring Green #02E075
RGB
CMYK
RGB Variations
Color information
#02E075 (or 0x02E075) is known color: Spring Green. HEX triplet: 02, E0 and 75. RGB value is (2,224,117). Sum of RGB (Red+Green+Blue) = 2+224+117=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 224 (87.89% from 255 or 65.31% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 224 - color contains mainly: green. Hex color #02E075 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E075 is #FD1F8A. Grayscale: #919191. Windows color (decimal): -16588683 or 7725058. OLE color: 7725058.
HSL color Cylindrical-coordinate representation of color #02E075: hue angle of 151.08º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E075 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 117 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.12 |
| HSL | 151.08º | 0.98% | 0.44% | - |
| HSV(B) | 151.08º | 0.99% | 0.88% | - |
| XYZ | 29.89 | 54.61 | 25.79 | - |
| YUV | 145.42 | 111.95 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 117 | 0.99 | 0 | 0.48 | 0.12 | 151.08 | 0.98 | 0.44 |
| Hex | 2 | E0 | 75 | 63 | 0 | 30 | C | 97 | 62 | 2C |
| Octal | 2 | 340 | 165 | 143 | 0 | 60 | 14 | 227 | 142 | 54 |
| Binary | 10 | 11100000 | 1110101 | 1100011 | 0 | 110000 | 1100 | 10010111 | 1100010 | 101100 |
Color Harmonies of #02E075
Complementary color
Monochromatic Colors of #02E075
Black with #02E075
Text Example
Text Example
White with #02E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E075; }
p { color: rgb(2,224,117); }
H1.HeaderClassName
{
color: #02E075;
}
.AnyTagClassName
{
color: #02E075;
}
</style>
background-color css
<style>
a { background-color: #02E075; }
a { background-color: rgb(2,224,117); }
div.DivClassName
{
background-color: #02E075;
}
.BgClassName
{
background-color: #02E075;
}
</style>
border-color css
<style>
span { border-color: #02E075; }
span { border-color: rgb(2,224,117); }
td.TdClassName
{
border-color: #02E075;
}
.TagClassName
{
border-color: #02E075;
}
</style>