Shades of Spring Green #02E385
Tints of Spring Green #02E385
RGB
CMYK
RGB Variations
Color information
#02E385 (or 0x02E385) is known color: Spring Green. HEX triplet: 02, E3 and 85. RGB value is (2,227,133). Sum of RGB (Red+Green+Blue) = 2+227+133=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 227 (89.06% from 255 or 62.71% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 227 - color contains mainly: green. Hex color #02E385 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E385 is #FD1C7A. Grayscale: #959595. Windows color (decimal): -16587899 or 8774402. OLE color: 8774402.
HSL color Cylindrical-coordinate representation of color #02E385: hue angle of 154.93º 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 #02E385 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 133 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.11 |
| HSL | 154.93º | 0.98% | 0.45% | - |
| HSV(B) | 154.93º | 0.99% | 0.89% | - |
| XYZ | 31.73 | 56.64 | 31.45 | - |
| YUV | 149.01 | 118.96 | 23.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 133 | 0.99 | 0 | 0.41 | 0.11 | 154.93 | 0.98 | 0.45 |
| Hex | 2 | E3 | 85 | 63 | 0 | 29 | B | 9B | 62 | 2D |
| Octal | 2 | 343 | 205 | 143 | 0 | 51 | 13 | 233 | 142 | 55 |
| Binary | 10 | 11100011 | 10000101 | 1100011 | 0 | 101001 | 1011 | 10011011 | 1100010 | 101101 |
Color Harmonies of #02E385
Complementary color
Monochromatic Colors of #02E385
Black with #02E385
Text Example
Text Example
White with #02E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E385; }
p { color: rgb(2,227,133); }
H1.HeaderClassName
{
color: #02E385;
}
.AnyTagClassName
{
color: #02E385;
}
</style>
background-color css
<style>
a { background-color: #02E385; }
a { background-color: rgb(2,227,133); }
div.DivClassName
{
background-color: #02E385;
}
.BgClassName
{
background-color: #02E385;
}
</style>
border-color css
<style>
span { border-color: #02E385; }
span { border-color: rgb(2,227,133); }
td.TdClassName
{
border-color: #02E385;
}
.TagClassName
{
border-color: #02E385;
}
</style>