Shades of Kelly Green #2EAD1C
Tints of Kelly Green #2EAD1C
RGB
CMYK
RGB Variations
Color information
#2EAD1C (or 0x2EAD1C) is known color: Kelly Green. HEX triplet: 2E, AD and 1C. RGB value is (46,173,28). Sum of RGB (Red+Green+Blue) = 46+173+28=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 173 (67.97% from 255 or 70.04% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAD1C is #D152E3. Grayscale: #767676. Windows color (decimal): -13718244 or 1879342. OLE color: 1879342.
HSL color Cylindrical-coordinate representation of color #2EAD1C: hue angle of 112.55º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EAD1C is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 173 | 28 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.32 |
| HSL | 112.55º | 0.72% | 0.39% | - |
| HSV(B) | 112.55º | 0.84% | 0.68% | - |
| XYZ | 16.28 | 30.55 | 6.14 | - |
| YUV | 118.5 | 76.92 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 28 | 0.73 | 0 | 0.84 | 0.32 | 112.55 | 0.72 | 0.39 |
| Hex | 2E | AD | 1C | 49 | 0 | 54 | 20 | 71 | 48 | 27 |
| Octal | 56 | 255 | 34 | 111 | 0 | 124 | 40 | 161 | 110 | 47 |
| Binary | 101110 | 10101101 | 11100 | 1001001 | 0 | 1010100 | 100000 | 1110001 | 1001000 | 100111 |
Color Harmonies of #2EAD1C
Complementary color
Monochromatic Colors of #2EAD1C
Black with #2EAD1C
Text Example
Text Example
White with #2EAD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAD1C; }
p { color: rgb(46,173,28); }
H1.HeaderClassName
{
color: #2EAD1C;
}
.AnyTagClassName
{
color: #2EAD1C;
}
</style>
background-color css
<style>
a { background-color: #2EAD1C; }
a { background-color: rgb(46,173,28); }
div.DivClassName
{
background-color: #2EAD1C;
}
.BgClassName
{
background-color: #2EAD1C;
}
</style>
border-color css
<style>
span { border-color: #2EAD1C; }
span { border-color: rgb(46,173,28); }
td.TdClassName
{
border-color: #2EAD1C;
}
.TagClassName
{
border-color: #2EAD1C;
}
</style>