Shades of Kelly Green #2EAC14
Tints of Kelly Green #2EAC14
RGB
CMYK
RGB Variations
Color information
#2EAC14 (or 0x2EAC14) is known color: Kelly Green. HEX triplet: 2E, AC and 14. RGB value is (46,172,20). Sum of RGB (Red+Green+Blue) = 46+172+20=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 172 (67.58% from 255 or 72.27% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAC14 is #D153EB. Grayscale: #757575. Windows color (decimal): -13718508 or 1354798. OLE color: 1354798.
HSL color Cylindrical-coordinate representation of color #2EAC14: hue angle of 109.74º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EAC14 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 20 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.33 |
| HSL | 109.74º | 0.79% | 0.38% | - |
| HSV(B) | 109.74º | 0.88% | 0.67% | - |
| XYZ | 16.01 | 30.14 | 5.64 | - |
| YUV | 117 | 73.26 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 20 | 0.73 | 0 | 0.88 | 0.33 | 109.74 | 0.79 | 0.38 |
| Hex | 2E | AC | 14 | 49 | 0 | 58 | 21 | 6E | 4F | 26 |
| Octal | 56 | 254 | 24 | 111 | 0 | 130 | 41 | 156 | 117 | 46 |
| Binary | 101110 | 10101100 | 10100 | 1001001 | 0 | 1011000 | 100001 | 1101110 | 1001111 | 100110 |
Color Harmonies of #2EAC14
Complementary color
Monochromatic Colors of #2EAC14
Black with #2EAC14
Text Example
Text Example
White with #2EAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC14; }
p { color: rgb(46,172,20); }
H1.HeaderClassName
{
color: #2EAC14;
}
.AnyTagClassName
{
color: #2EAC14;
}
</style>
background-color css
<style>
a { background-color: #2EAC14; }
a { background-color: rgb(46,172,20); }
div.DivClassName
{
background-color: #2EAC14;
}
.BgClassName
{
background-color: #2EAC14;
}
</style>
border-color css
<style>
span { border-color: #2EAC14; }
span { border-color: rgb(46,172,20); }
td.TdClassName
{
border-color: #2EAC14;
}
.TagClassName
{
border-color: #2EAC14;
}
</style>