Shades of Spring Green #02E380
Tints of Spring Green #02E380
RGB
CMYK
RGB Variations
Color information
#02E380 (or 0x02E380) is known color: Spring Green. HEX triplet: 02, E3 and 80. RGB value is (2,227,128). Sum of RGB (Red+Green+Blue) = 2+227+128=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 227 (89.06% from 255 or 63.59% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 227 - color contains mainly: green. Hex color #02E380 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E380 is #FD1C7F. Grayscale: #949494. Windows color (decimal): -16587904 or 8446722. OLE color: 8446722.
HSL color Cylindrical-coordinate representation of color #02E380: hue angle of 153.6º 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 #02E380 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 128 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.11 |
| HSL | 153.6º | 0.98% | 0.45% | - |
| HSV(B) | 153.6º | 0.99% | 0.89% | - |
| XYZ | 31.39 | 56.51 | 29.68 | - |
| YUV | 148.44 | 116.46 | 23.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 128 | 0.99 | 0 | 0.44 | 0.11 | 153.6 | 0.98 | 0.45 |
| Hex | 2 | E3 | 80 | 63 | 0 | 2C | B | 9A | 62 | 2D |
| Octal | 2 | 343 | 200 | 143 | 0 | 54 | 13 | 232 | 142 | 55 |
| Binary | 10 | 11100011 | 10000000 | 1100011 | 0 | 101100 | 1011 | 10011010 | 1100010 | 101101 |
Color Harmonies of #02E380
Complementary color
Monochromatic Colors of #02E380
Black with #02E380
Text Example
Text Example
White with #02E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E380; }
p { color: rgb(2,227,128); }
H1.HeaderClassName
{
color: #02E380;
}
.AnyTagClassName
{
color: #02E380;
}
</style>
background-color css
<style>
a { background-color: #02E380; }
a { background-color: rgb(2,227,128); }
div.DivClassName
{
background-color: #02E380;
}
.BgClassName
{
background-color: #02E380;
}
</style>
border-color css
<style>
span { border-color: #02E380; }
span { border-color: rgb(2,227,128); }
td.TdClassName
{
border-color: #02E380;
}
.TagClassName
{
border-color: #02E380;
}
</style>