Shades of Kelly Green #2EC602
Tints of Kelly Green #2EC602
RGB
CMYK
RGB Variations
Color information
#2EC602 (or 0x2EC602) is known color: Kelly Green. HEX triplet: 2E, C6 and 02. RGB value is (46,198,2). Sum of RGB (Red+Green+Blue) = 46+198+2=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 198 (77.73% from 255 or 80.49% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC602 is #D139FD. Grayscale: #828282. Windows color (decimal): -13711870 or 181806. OLE color: 181806.
HSL color Cylindrical-coordinate representation of color #2EC602: hue angle of 106.53º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EC602 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.22 |
| HSL | 106.53º | 0.98% | 0.39% | - |
| HSV(B) | 106.53º | 0.99% | 0.78% | - |
| XYZ | 21.33 | 40.97 | 6.84 | - |
| YUV | 130.21 | 55.64 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 2 | 0.77 | 0 | 0.99 | 0.22 | 106.53 | 0.98 | 0.39 |
| Hex | 2E | C6 | 2 | 4D | 0 | 63 | 16 | 6B | 62 | 27 |
| Octal | 56 | 306 | 2 | 115 | 0 | 143 | 26 | 153 | 142 | 47 |
| Binary | 101110 | 11000110 | 10 | 1001101 | 0 | 1100011 | 10110 | 1101011 | 1100010 | 100111 |
Color Harmonies of #2EC602
Complementary color
Monochromatic Colors of #2EC602
Black with #2EC602
Text Example
Text Example
White with #2EC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC602; }
p { color: rgb(46,198,2); }
H1.HeaderClassName
{
color: #2EC602;
}
.AnyTagClassName
{
color: #2EC602;
}
</style>
background-color css
<style>
a { background-color: #2EC602; }
a { background-color: rgb(46,198,2); }
div.DivClassName
{
background-color: #2EC602;
}
.BgClassName
{
background-color: #2EC602;
}
</style>
border-color css
<style>
span { border-color: #2EC602; }
span { border-color: rgb(46,198,2); }
td.TdClassName
{
border-color: #2EC602;
}
.TagClassName
{
border-color: #2EC602;
}
</style>