Shades of Spring Green #02E982
Tints of Spring Green #02E982
RGB
CMYK
RGB Variations
Color information
#02E982 (or 0x02E982) is known color: Spring Green. HEX triplet: 02, E9 and 82. RGB value is (2,233,130). Sum of RGB (Red+Green+Blue) = 2+233+130=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 233 (91.41% from 255 or 63.84% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 233 - color contains mainly: green. Hex color #02E982 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E982 is #FD167D. Grayscale: #989898. Windows color (decimal): -16586366 or 8579330. OLE color: 8579330.
HSL color Cylindrical-coordinate representation of color #02E982: hue angle of 153.25º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E982 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 233 | 130 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.09 |
| HSL | 153.25º | 0.98% | 0.46% | - |
| HSV(B) | 153.25º | 0.99% | 0.91% | - |
| XYZ | 33.19 | 59.9 | 30.93 | - |
| YUV | 152.19 | 115.47 | 20.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 130 | 0.99 | 0 | 0.44 | 0.09 | 153.25 | 0.98 | 0.46 |
| Hex | 2 | E9 | 82 | 63 | 0 | 2C | 9 | 99 | 62 | 2E |
| Octal | 2 | 351 | 202 | 143 | 0 | 54 | 11 | 231 | 142 | 56 |
| Binary | 10 | 11101001 | 10000010 | 1100011 | 0 | 101100 | 1001 | 10011001 | 1100010 | 101110 |
Color Harmonies of #02E982
Complementary color
Monochromatic Colors of #02E982
Black with #02E982
Text Example
Text Example
White with #02E982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E982; }
p { color: rgb(2,233,130); }
H1.HeaderClassName
{
color: #02E982;
}
.AnyTagClassName
{
color: #02E982;
}
</style>
background-color css
<style>
a { background-color: #02E982; }
a { background-color: rgb(2,233,130); }
div.DivClassName
{
background-color: #02E982;
}
.BgClassName
{
background-color: #02E982;
}
</style>
border-color css
<style>
span { border-color: #02E982; }
span { border-color: rgb(2,233,130); }
td.TdClassName
{
border-color: #02E982;
}
.TagClassName
{
border-color: #02E982;
}
</style>