Shades of Kelly Green #2EC002
Tints of Kelly Green #2EC002
RGB
CMYK
RGB Variations
Color information
#2EC002 (or 0x2EC002) is known color: Kelly Green. HEX triplet: 2E, C0 and 02. RGB value is (46,192,2). Sum of RGB (Red+Green+Blue) = 46+192+2=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 192 (75.39% from 255 or 80% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC002 is #D13FFD. Grayscale: #7F7F7F. Windows color (decimal): -13713406 or 180270. OLE color: 180270.
HSL color Cylindrical-coordinate representation of color #2EC002: hue angle of 106.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EC002 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.25 |
| HSL | 106.11º | 0.98% | 0.38% | - |
| HSV(B) | 106.11º | 0.99% | 0.75% | - |
| XYZ | 19.99 | 38.28 | 6.39 | - |
| YUV | 126.69 | 57.63 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 2 | 0.76 | 0 | 0.99 | 0.25 | 106.11 | 0.98 | 0.38 |
| Hex | 2E | C0 | 2 | 4C | 0 | 63 | 19 | 6A | 62 | 26 |
| Octal | 56 | 300 | 2 | 114 | 0 | 143 | 31 | 152 | 142 | 46 |
| Binary | 101110 | 11000000 | 10 | 1001100 | 0 | 1100011 | 11001 | 1101010 | 1100010 | 100110 |
Color Harmonies of #2EC002
Complementary color
Monochromatic Colors of #2EC002
Black with #2EC002
Text Example
Text Example
White with #2EC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC002; }
p { color: rgb(46,192,2); }
H1.HeaderClassName
{
color: #2EC002;
}
.AnyTagClassName
{
color: #2EC002;
}
</style>
background-color css
<style>
a { background-color: #2EC002; }
a { background-color: rgb(46,192,2); }
div.DivClassName
{
background-color: #2EC002;
}
.BgClassName
{
background-color: #2EC002;
}
</style>
border-color css
<style>
span { border-color: #2EC002; }
span { border-color: rgb(46,192,2); }
td.TdClassName
{
border-color: #2EC002;
}
.TagClassName
{
border-color: #2EC002;
}
</style>