Shades of Spring Green #02E680
Tints of Spring Green #02E680
RGB
CMYK
RGB Variations
Color information
#02E680 (or 0x02E680) is known color: Spring Green. HEX triplet: 02, E6 and 80. RGB value is (2,230,128). Sum of RGB (Red+Green+Blue) = 2+230+128=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 230 (90.23% from 255 or 63.89% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 230 - color contains mainly: green. Hex color #02E680 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E680 is #FD197F. Grayscale: #969696. Windows color (decimal): -16587136 or 8447490. OLE color: 8447490.
HSL color Cylindrical-coordinate representation of color #02E680: hue angle of 153.16º 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 #02E680 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 230 | 128 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.10 |
| HSL | 153.16º | 0.98% | 0.45% | - |
| HSV(B) | 153.16º | 0.99% | 0.9% | - |
| XYZ | 32.22 | 58.17 | 29.95 | - |
| YUV | 150.2 | 115.46 | 22.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 230 | 128 | 0.99 | 0 | 0.44 | 0.10 | 153.16 | 0.98 | 0.45 |
| Hex | 2 | E6 | 80 | 63 | 0 | 2C | A | 99 | 62 | 2D |
| Octal | 2 | 346 | 200 | 143 | 0 | 54 | 12 | 231 | 142 | 55 |
| Binary | 10 | 11100110 | 10000000 | 1100011 | 0 | 101100 | 1010 | 10011001 | 1100010 | 101101 |
Color Harmonies of #02E680
Complementary color
Monochromatic Colors of #02E680
Black with #02E680
Text Example
Text Example
White with #02E680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E680; }
p { color: rgb(2,230,128); }
H1.HeaderClassName
{
color: #02E680;
}
.AnyTagClassName
{
color: #02E680;
}
</style>
background-color css
<style>
a { background-color: #02E680; }
a { background-color: rgb(2,230,128); }
div.DivClassName
{
background-color: #02E680;
}
.BgClassName
{
background-color: #02E680;
}
</style>
border-color css
<style>
span { border-color: #02E680; }
span { border-color: rgb(2,230,128); }
td.TdClassName
{
border-color: #02E680;
}
.TagClassName
{
border-color: #02E680;
}
</style>