Shades of Lime Green #2EB529
Tints of Lime Green #2EB529
RGB
CMYK
RGB Variations
Color information
#2EB529 (or 0x2EB529) is known color: Lime Green. HEX triplet: 2E, B5 and 29. RGB value is (46,181,41). Sum of RGB (Red+Green+Blue) = 46+181+41=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 181 (71.09% from 255 or 67.54% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB529 is #D14AD6. Grayscale: #7D7D7D. Windows color (decimal): -13716183 or 2733358. OLE color: 2733358.
HSL color Cylindrical-coordinate representation of color #2EB529: hue angle of 117.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EB529 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 181 | 41 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.29 |
| HSL | 117.86º | 0.63% | 0.44% | - |
| HSV(B) | 117.86º | 0.77% | 0.71% | - |
| XYZ | 18.05 | 33.79 | 7.67 | - |
| YUV | 124.68 | 80.77 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 41 | 0.75 | 0 | 0.77 | 0.29 | 117.86 | 0.63 | 0.44 |
| Hex | 2E | B5 | 29 | 4B | 0 | 4D | 1D | 76 | 3F | 2C |
| Octal | 56 | 265 | 51 | 113 | 0 | 115 | 35 | 166 | 77 | 54 |
| Binary | 101110 | 10110101 | 101001 | 1001011 | 0 | 1001101 | 11101 | 1110110 | 111111 | 101100 |
Color Harmonies of #2EB529
Complementary color
Monochromatic Colors of #2EB529
Black with #2EB529
Text Example
Text Example
White with #2EB529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB529; }
p { color: rgb(46,181,41); }
H1.HeaderClassName
{
color: #2EB529;
}
.AnyTagClassName
{
color: #2EB529;
}
</style>
background-color css
<style>
a { background-color: #2EB529; }
a { background-color: rgb(46,181,41); }
div.DivClassName
{
background-color: #2EB529;
}
.BgClassName
{
background-color: #2EB529;
}
</style>
border-color css
<style>
span { border-color: #2EB529; }
span { border-color: rgb(46,181,41); }
td.TdClassName
{
border-color: #2EB529;
}
.TagClassName
{
border-color: #2EB529;
}
</style>