Shades of Kelly Green #2EC112
Tints of Kelly Green #2EC112
RGB
CMYK
RGB Variations
Color information
#2EC112 (or 0x2EC112) is known color: Kelly Green. HEX triplet: 2E, C1 and 12. RGB value is (46,193,18). Sum of RGB (Red+Green+Blue) = 46+193+18=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 193 (75.78% from 255 or 75.10% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC112 is #D13EED. Grayscale: #818181. Windows color (decimal): -13713134 or 1229102. OLE color: 1229102.
HSL color Cylindrical-coordinate representation of color #2EC112: hue angle of 110.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EC112 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 18 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.24 |
| HSL | 110.4º | 0.83% | 0.41% | - |
| HSV(B) | 110.4º | 0.91% | 0.76% | - |
| XYZ | 20.31 | 38.76 | 6.98 | - |
| YUV | 129.1 | 65.3 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 18 | 0.76 | 0 | 0.91 | 0.24 | 110.4 | 0.83 | 0.41 |
| Hex | 2E | C1 | 12 | 4C | 0 | 5B | 18 | 6E | 53 | 29 |
| Octal | 56 | 301 | 22 | 114 | 0 | 133 | 30 | 156 | 123 | 51 |
| Binary | 101110 | 11000001 | 10010 | 1001100 | 0 | 1011011 | 11000 | 1101110 | 1010011 | 101001 |
Color Harmonies of #2EC112
Complementary color
Monochromatic Colors of #2EC112
Black with #2EC112
Text Example
Text Example
White with #2EC112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC112; }
p { color: rgb(46,193,18); }
H1.HeaderClassName
{
color: #2EC112;
}
.AnyTagClassName
{
color: #2EC112;
}
</style>
background-color css
<style>
a { background-color: #2EC112; }
a { background-color: rgb(46,193,18); }
div.DivClassName
{
background-color: #2EC112;
}
.BgClassName
{
background-color: #2EC112;
}
</style>
border-color css
<style>
span { border-color: #2EC112; }
span { border-color: rgb(46,193,18); }
td.TdClassName
{
border-color: #2EC112;
}
.TagClassName
{
border-color: #2EC112;
}
</style>