Shades of Spring Green #02E67D
Tints of Spring Green #02E67D
RGB
CMYK
RGB Variations
Color information
#02E67D (or 0x02E67D) is known color: Spring Green. HEX triplet: 02, E6 and 7D. RGB value is (2,230,125). Sum of RGB (Red+Green+Blue) = 2+230+125=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 230 (90.23% from 255 or 64.43% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 230 - color contains mainly: green. Hex color #02E67D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E67D is #FD1982. Grayscale: #969696. Windows color (decimal): -16587139 or 8250882. OLE color: 8250882.
HSL color Cylindrical-coordinate representation of color #02E67D: hue angle of 152.37º 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 #02E67D is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 230 | 125 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.10 |
| HSL | 152.37º | 0.98% | 0.45% | - |
| HSV(B) | 152.37º | 0.99% | 0.9% | - |
| XYZ | 32.02 | 58.09 | 28.93 | - |
| YUV | 149.86 | 113.96 | 22.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 230 | 125 | 0.99 | 0 | 0.46 | 0.10 | 152.37 | 0.98 | 0.45 |
| Hex | 2 | E6 | 7D | 63 | 0 | 2E | A | 98 | 62 | 2D |
| Octal | 2 | 346 | 175 | 143 | 0 | 56 | 12 | 230 | 142 | 55 |
| Binary | 10 | 11100110 | 1111101 | 1100011 | 0 | 101110 | 1010 | 10011000 | 1100010 | 101101 |
Color Harmonies of #02E67D
Complementary color
Monochromatic Colors of #02E67D
Black with #02E67D
Text Example
Text Example
White with #02E67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E67D; }
p { color: rgb(2,230,125); }
H1.HeaderClassName
{
color: #02E67D;
}
.AnyTagClassName
{
color: #02E67D;
}
</style>
background-color css
<style>
a { background-color: #02E67D; }
a { background-color: rgb(2,230,125); }
div.DivClassName
{
background-color: #02E67D;
}
.BgClassName
{
background-color: #02E67D;
}
</style>
border-color css
<style>
span { border-color: #02E67D; }
span { border-color: rgb(2,230,125); }
td.TdClassName
{
border-color: #02E67D;
}
.TagClassName
{
border-color: #02E67D;
}
</style>