Shades of Kelly Green #2EAA05
Tints of Kelly Green #2EAA05
RGB
CMYK
RGB Variations
Color information
#2EAA05 (or 0x2EAA05) is known color: Kelly Green. HEX triplet: 2E, AA and 05. RGB value is (46,170,5). Sum of RGB (Red+Green+Blue) = 46+170+5=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 170 (66.80% from 255 or 76.92% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAA05 is #D155FA. Grayscale: #727272. Windows color (decimal): -13719035 or 371246. OLE color: 371246.
HSL color Cylindrical-coordinate representation of color #2EAA05: hue angle of 105.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EAA05 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 5 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.33 |
| HSL | 105.09º | 0.94% | 0.34% | - |
| HSV(B) | 105.09º | 0.97% | 0.67% | - |
| XYZ | 15.53 | 29.34 | 4.99 | - |
| YUV | 114.11 | 66.42 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 5 | 0.73 | 0 | 0.97 | 0.33 | 105.09 | 0.94 | 0.34 |
| Hex | 2E | AA | 5 | 49 | 0 | 61 | 21 | 69 | 5E | 22 |
| Octal | 56 | 252 | 5 | 111 | 0 | 141 | 41 | 151 | 136 | 42 |
| Binary | 101110 | 10101010 | 101 | 1001001 | 0 | 1100001 | 100001 | 1101001 | 1011110 | 100010 |
Color Harmonies of #2EAA05
Complementary color
Monochromatic Colors of #2EAA05
Black with #2EAA05
Text Example
Text Example
White with #2EAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA05; }
p { color: rgb(46,170,5); }
H1.HeaderClassName
{
color: #2EAA05;
}
.AnyTagClassName
{
color: #2EAA05;
}
</style>
background-color css
<style>
a { background-color: #2EAA05; }
a { background-color: rgb(46,170,5); }
div.DivClassName
{
background-color: #2EAA05;
}
.BgClassName
{
background-color: #2EAA05;
}
</style>
border-color css
<style>
span { border-color: #2EAA05; }
span { border-color: rgb(46,170,5); }
td.TdClassName
{
border-color: #2EAA05;
}
.TagClassName
{
border-color: #2EAA05;
}
</style>