Shades of Lime Green #2EAA32
Tints of Lime Green #2EAA32
RGB
CMYK
RGB Variations
Color information
#2EAA32 (or 0x2EAA32) is known color: Lime Green. HEX triplet: 2E, AA and 32. RGB value is (46,170,50). Sum of RGB (Red+Green+Blue) = 46+170+50=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA32 is #D155CD. Grayscale: #777777. Windows color (decimal): -13718990 or 3320366. OLE color: 3320366.
HSL color Cylindrical-coordinate representation of color #2EAA32: hue angle of 121.94º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA32 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 50 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.33 |
| HSL | 121.94º | 0.57% | 0.42% | - |
| HSV(B) | 121.94º | 0.73% | 0.67% | - |
| XYZ | 16.08 | 29.56 | 7.88 | - |
| YUV | 119.24 | 88.92 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 50 | 0.73 | 0 | 0.71 | 0.33 | 121.94 | 0.57 | 0.42 |
| Hex | 2E | AA | 32 | 49 | 0 | 47 | 21 | 7A | 39 | 2A |
| Octal | 56 | 252 | 62 | 111 | 0 | 107 | 41 | 172 | 71 | 52 |
| Binary | 101110 | 10101010 | 110010 | 1001001 | 0 | 1000111 | 100001 | 1111010 | 111001 | 101010 |
Color Harmonies of #2EAA32
Complementary color
Monochromatic Colors of #2EAA32
Black with #2EAA32
Text Example
Text Example
White with #2EAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA32; }
p { color: rgb(46,170,50); }
H1.HeaderClassName
{
color: #2EAA32;
}
.AnyTagClassName
{
color: #2EAA32;
}
</style>
background-color css
<style>
a { background-color: #2EAA32; }
a { background-color: rgb(46,170,50); }
div.DivClassName
{
background-color: #2EAA32;
}
.BgClassName
{
background-color: #2EAA32;
}
</style>
border-color css
<style>
span { border-color: #2EAA32; }
span { border-color: rgb(46,170,50); }
td.TdClassName
{
border-color: #2EAA32;
}
.TagClassName
{
border-color: #2EAA32;
}
</style>