Shades of Kelly Green #2EC311
Tints of Kelly Green #2EC311
RGB
CMYK
RGB Variations
Color information
#2EC311 (or 0x2EC311) is known color: Kelly Green. HEX triplet: 2E, C3 and 11. RGB value is (46,195,17). Sum of RGB (Red+Green+Blue) = 46+195+17=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 195 (76.56% from 255 or 75.58% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC311 is #D13CEE. Grayscale: #828282. Windows color (decimal): -13712623 or 1164078. OLE color: 1164078.
HSL color Cylindrical-coordinate representation of color #2EC311: hue angle of 110.22º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EC311 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 17 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.24 |
| HSL | 110.22º | 0.84% | 0.42% | - |
| HSV(B) | 110.22º | 0.91% | 0.76% | - |
| XYZ | 20.74 | 39.65 | 7.09 | - |
| YUV | 130.16 | 64.14 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 17 | 0.76 | 0 | 0.91 | 0.24 | 110.22 | 0.84 | 0.42 |
| Hex | 2E | C3 | 11 | 4C | 0 | 5B | 18 | 6E | 54 | 2A |
| Octal | 56 | 303 | 21 | 114 | 0 | 133 | 30 | 156 | 124 | 52 |
| Binary | 101110 | 11000011 | 10001 | 1001100 | 0 | 1011011 | 11000 | 1101110 | 1010100 | 101010 |
Color Harmonies of #2EC311
Complementary color
Monochromatic Colors of #2EC311
Black with #2EC311
Text Example
Text Example
White with #2EC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC311; }
p { color: rgb(46,195,17); }
H1.HeaderClassName
{
color: #2EC311;
}
.AnyTagClassName
{
color: #2EC311;
}
</style>
background-color css
<style>
a { background-color: #2EC311; }
a { background-color: rgb(46,195,17); }
div.DivClassName
{
background-color: #2EC311;
}
.BgClassName
{
background-color: #2EC311;
}
</style>
border-color css
<style>
span { border-color: #2EC311; }
span { border-color: rgb(46,195,17); }
td.TdClassName
{
border-color: #2EC311;
}
.TagClassName
{
border-color: #2EC311;
}
</style>