Shades of Kelly Green #2EC013
Tints of Kelly Green #2EC013
RGB
CMYK
RGB Variations
Color information
#2EC013 (or 0x2EC013) is known color: Kelly Green. HEX triplet: 2E, C0 and 13. RGB value is (46,192,19). Sum of RGB (Red+Green+Blue) = 46+192+19=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC013 is #D13FEC. Grayscale: #818181. Windows color (decimal): -13713389 or 1294382. OLE color: 1294382.
HSL color Cylindrical-coordinate representation of color #2EC013: hue angle of 110.64º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EC013 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 19 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.25 |
| HSL | 110.64º | 0.82% | 0.41% | - |
| HSV(B) | 110.64º | 0.9% | 0.75% | - |
| XYZ | 20.09 | 38.33 | 6.95 | - |
| YUV | 128.62 | 66.13 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 19 | 0.76 | 0 | 0.90 | 0.25 | 110.64 | 0.82 | 0.41 |
| Hex | 2E | C0 | 13 | 4C | 0 | 5A | 19 | 6F | 52 | 29 |
| Octal | 56 | 300 | 23 | 114 | 0 | 132 | 31 | 157 | 122 | 51 |
| Binary | 101110 | 11000000 | 10011 | 1001100 | 0 | 1011010 | 11001 | 1101111 | 1010010 | 101001 |
Color Harmonies of #2EC013
Complementary color
Monochromatic Colors of #2EC013
Black with #2EC013
Text Example
Text Example
White with #2EC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC013; }
p { color: rgb(46,192,19); }
H1.HeaderClassName
{
color: #2EC013;
}
.AnyTagClassName
{
color: #2EC013;
}
</style>
background-color css
<style>
a { background-color: #2EC013; }
a { background-color: rgb(46,192,19); }
div.DivClassName
{
background-color: #2EC013;
}
.BgClassName
{
background-color: #2EC013;
}
</style>
border-color css
<style>
span { border-color: #2EC013; }
span { border-color: rgb(46,192,19); }
td.TdClassName
{
border-color: #2EC013;
}
.TagClassName
{
border-color: #2EC013;
}
</style>