Shades of Spring Green #02E373
Tints of Spring Green #02E373
RGB
CMYK
RGB Variations
Color information
#02E373 (or 0x02E373) is known color: Spring Green. HEX triplet: 02, E3 and 73. RGB value is (2,227,115). Sum of RGB (Red+Green+Blue) = 2+227+115=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 227 (89.06% from 255 or 65.99% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 227 - color contains mainly: green. Hex color #02E373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E373 is #FD1C8C. Grayscale: #939393. Windows color (decimal): -16587917 or 7594754. OLE color: 7594754.
HSL color Cylindrical-coordinate representation of color #02E373: hue angle of 150.13º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E373 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 115 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.11 |
| HSL | 150.13º | 0.98% | 0.45% | - |
| HSV(B) | 150.13º | 0.99% | 0.89% | - |
| XYZ | 30.59 | 56.19 | 25.45 | - |
| YUV | 146.96 | 109.96 | 24.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 115 | 0.99 | 0 | 0.49 | 0.11 | 150.13 | 0.98 | 0.45 |
| Hex | 2 | E3 | 73 | 63 | 0 | 31 | B | 96 | 62 | 2D |
| Octal | 2 | 343 | 163 | 143 | 0 | 61 | 13 | 226 | 142 | 55 |
| Binary | 10 | 11100011 | 1110011 | 1100011 | 0 | 110001 | 1011 | 10010110 | 1100010 | 101101 |
Color Harmonies of #02E373
Complementary color
Monochromatic Colors of #02E373
Black with #02E373
Text Example
Text Example
White with #02E373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E373; }
p { color: rgb(2,227,115); }
H1.HeaderClassName
{
color: #02E373;
}
.AnyTagClassName
{
color: #02E373;
}
</style>
background-color css
<style>
a { background-color: #02E373; }
a { background-color: rgb(2,227,115); }
div.DivClassName
{
background-color: #02E373;
}
.BgClassName
{
background-color: #02E373;
}
</style>
border-color css
<style>
span { border-color: #02E373; }
span { border-color: rgb(2,227,115); }
td.TdClassName
{
border-color: #02E373;
}
.TagClassName
{
border-color: #02E373;
}
</style>