Shades of Spring Green #02E383
Tints of Spring Green #02E383
RGB
CMYK
RGB Variations
Color information
#02E383 (or 0x02E383) is known color: Spring Green. HEX triplet: 02, E3 and 83. RGB value is (2,227,131). Sum of RGB (Red+Green+Blue) = 2+227+131=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 227 (89.06% from 255 or 63.06% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 227 - color contains mainly: green. Hex color #02E383 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E383 is #FD1C7C. Grayscale: #949494. Windows color (decimal): -16587901 or 8643330. OLE color: 8643330.
HSL color Cylindrical-coordinate representation of color #02E383: hue angle of 154.4º 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 #02E383 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 131 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.11 |
| HSL | 154.4º | 0.98% | 0.45% | - |
| HSV(B) | 154.4º | 0.99% | 0.89% | - |
| XYZ | 31.59 | 56.59 | 30.73 | - |
| YUV | 148.78 | 117.96 | 23.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 131 | 0.99 | 0 | 0.42 | 0.11 | 154.4 | 0.98 | 0.45 |
| Hex | 2 | E3 | 83 | 63 | 0 | 2A | B | 9A | 62 | 2D |
| Octal | 2 | 343 | 203 | 143 | 0 | 52 | 13 | 232 | 142 | 55 |
| Binary | 10 | 11100011 | 10000011 | 1100011 | 0 | 101010 | 1011 | 10011010 | 1100010 | 101101 |
Color Harmonies of #02E383
Complementary color
Monochromatic Colors of #02E383
Black with #02E383
Text Example
Text Example
White with #02E383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E383; }
p { color: rgb(2,227,131); }
H1.HeaderClassName
{
color: #02E383;
}
.AnyTagClassName
{
color: #02E383;
}
</style>
background-color css
<style>
a { background-color: #02E383; }
a { background-color: rgb(2,227,131); }
div.DivClassName
{
background-color: #02E383;
}
.BgClassName
{
background-color: #02E383;
}
</style>
border-color css
<style>
span { border-color: #02E383; }
span { border-color: rgb(2,227,131); }
td.TdClassName
{
border-color: #02E383;
}
.TagClassName
{
border-color: #02E383;
}
</style>