Shades of Kelly Green #2EAC04
Tints of Kelly Green #2EAC04
RGB
CMYK
RGB Variations
Color information
#2EAC04 (or 0x2EAC04) is known color: Kelly Green. HEX triplet: 2E, AC and 04. RGB value is (46,172,4). Sum of RGB (Red+Green+Blue) = 46+172+4=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 172 (67.58% from 255 or 77.48% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAC04 is #D153FB. Grayscale: #737373. Windows color (decimal): -13718524 or 306222. OLE color: 306222.
HSL color Cylindrical-coordinate representation of color #2EAC04: hue angle of 105º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EAC04 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 4 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.33 |
| HSL | 105º | 0.95% | 0.35% | - |
| HSV(B) | 105º | 0.98% | 0.67% | - |
| XYZ | 15.9 | 30.09 | 5.09 | - |
| YUV | 115.17 | 65.26 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 4 | 0.73 | 0 | 0.98 | 0.33 | 105 | 0.95 | 0.35 |
| Hex | 2E | AC | 4 | 49 | 0 | 62 | 21 | 69 | 5F | 23 |
| Octal | 56 | 254 | 4 | 111 | 0 | 142 | 41 | 151 | 137 | 43 |
| Binary | 101110 | 10101100 | 100 | 1001001 | 0 | 1100010 | 100001 | 1101001 | 1011111 | 100011 |
Color Harmonies of #2EAC04
Complementary color
Monochromatic Colors of #2EAC04
Black with #2EAC04
Text Example
Text Example
White with #2EAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC04; }
p { color: rgb(46,172,4); }
H1.HeaderClassName
{
color: #2EAC04;
}
.AnyTagClassName
{
color: #2EAC04;
}
</style>
background-color css
<style>
a { background-color: #2EAC04; }
a { background-color: rgb(46,172,4); }
div.DivClassName
{
background-color: #2EAC04;
}
.BgClassName
{
background-color: #2EAC04;
}
</style>
border-color css
<style>
span { border-color: #2EAC04; }
span { border-color: rgb(46,172,4); }
td.TdClassName
{
border-color: #2EAC04;
}
.TagClassName
{
border-color: #2EAC04;
}
</style>