Shades of Spring Green #02E57D
Tints of Spring Green #02E57D
RGB
CMYK
RGB Variations
Color information
#02E57D (or 0x02E57D) is known color: Spring Green. HEX triplet: 02, E5 and 7D. RGB value is (2,229,125). Sum of RGB (Red+Green+Blue) = 2+229+125=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 229 (89.84% from 255 or 64.33% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 229 - color contains mainly: green. Hex color #02E57D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E57D is #FD1A82. Grayscale: #959595. Windows color (decimal): -16587395 or 8250626. OLE color: 8250626.
HSL color Cylindrical-coordinate representation of color #02E57D: hue angle of 152.51º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E57D is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 125 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.10 |
| HSL | 152.51º | 0.98% | 0.45% | - |
| HSV(B) | 152.51º | 0.99% | 0.9% | - |
| XYZ | 31.75 | 57.53 | 28.83 | - |
| YUV | 149.27 | 114.29 | 22.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 125 | 0.99 | 0 | 0.45 | 0.10 | 152.51 | 0.98 | 0.45 |
| Hex | 2 | E5 | 7D | 63 | 0 | 2D | A | 99 | 62 | 2D |
| Octal | 2 | 345 | 175 | 143 | 0 | 55 | 12 | 231 | 142 | 55 |
| Binary | 10 | 11100101 | 1111101 | 1100011 | 0 | 101101 | 1010 | 10011001 | 1100010 | 101101 |
Color Harmonies of #02E57D
Complementary color
Monochromatic Colors of #02E57D
Black with #02E57D
Text Example
Text Example
White with #02E57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E57D; }
p { color: rgb(2,229,125); }
H1.HeaderClassName
{
color: #02E57D;
}
.AnyTagClassName
{
color: #02E57D;
}
</style>
background-color css
<style>
a { background-color: #02E57D; }
a { background-color: rgb(2,229,125); }
div.DivClassName
{
background-color: #02E57D;
}
.BgClassName
{
background-color: #02E57D;
}
</style>
border-color css
<style>
span { border-color: #02E57D; }
span { border-color: rgb(2,229,125); }
td.TdClassName
{
border-color: #02E57D;
}
.TagClassName
{
border-color: #02E57D;
}
</style>