Shades of Spring Green #02E283
Tints of Spring Green #02E283
RGB
CMYK
RGB Variations
Color information
#02E283 (or 0x02E283) is known color: Spring Green. HEX triplet: 02, E2 and 83. RGB value is (2,226,131). Sum of RGB (Red+Green+Blue) = 2+226+131=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 226 (88.67% from 255 or 62.95% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 226 - color contains mainly: green. Hex color #02E283 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E283 is #FD1D7C. Grayscale: #949494. Windows color (decimal): -16588157 or 8643074. OLE color: 8643074.
HSL color Cylindrical-coordinate representation of color #02E283: hue angle of 154.55º 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 #02E283 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 226 | 131 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.11 |
| HSL | 154.55º | 0.98% | 0.45% | - |
| HSV(B) | 154.55º | 0.99% | 0.89% | - |
| XYZ | 31.32 | 56.04 | 30.64 | - |
| YUV | 148.19 | 118.29 | 23.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 226 | 131 | 0.99 | 0 | 0.42 | 0.11 | 154.55 | 0.98 | 0.45 |
| Hex | 2 | E2 | 83 | 63 | 0 | 2A | B | 9B | 62 | 2D |
| Octal | 2 | 342 | 203 | 143 | 0 | 52 | 13 | 233 | 142 | 55 |
| Binary | 10 | 11100010 | 10000011 | 1100011 | 0 | 101010 | 1011 | 10011011 | 1100010 | 101101 |
Color Harmonies of #02E283
Complementary color
Monochromatic Colors of #02E283
Black with #02E283
Text Example
Text Example
White with #02E283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E283; }
p { color: rgb(2,226,131); }
H1.HeaderClassName
{
color: #02E283;
}
.AnyTagClassName
{
color: #02E283;
}
</style>
background-color css
<style>
a { background-color: #02E283; }
a { background-color: rgb(2,226,131); }
div.DivClassName
{
background-color: #02E283;
}
.BgClassName
{
background-color: #02E283;
}
</style>
border-color css
<style>
span { border-color: #02E283; }
span { border-color: rgb(2,226,131); }
td.TdClassName
{
border-color: #02E283;
}
.TagClassName
{
border-color: #02E283;
}
</style>