Shades of Lime Green #2EB829
Tints of Lime Green #2EB829
RGB
CMYK
RGB Variations
Color information
#2EB829 (or 0x2EB829) is known color: Lime Green. HEX triplet: 2E, B8 and 29. RGB value is (46,184,41). Sum of RGB (Red+Green+Blue) = 46+184+41=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 184 (72.27% from 255 or 67.90% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB829 is #D147D6. Grayscale: #7E7E7E. Windows color (decimal): -13715415 or 2734126. OLE color: 2734126.
HSL color Cylindrical-coordinate representation of color #2EB829: hue angle of 117.9º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EB829 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 41 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.28 |
| HSL | 117.9º | 0.64% | 0.44% | - |
| HSV(B) | 117.9º | 0.78% | 0.72% | - |
| XYZ | 18.67 | 35.02 | 7.87 | - |
| YUV | 126.44 | 79.78 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 41 | 0.75 | 0 | 0.78 | 0.28 | 117.9 | 0.64 | 0.44 |
| Hex | 2E | B8 | 29 | 4B | 0 | 4E | 1C | 76 | 40 | 2C |
| Octal | 56 | 270 | 51 | 113 | 0 | 116 | 34 | 166 | 100 | 54 |
| Binary | 101110 | 10111000 | 101001 | 1001011 | 0 | 1001110 | 11100 | 1110110 | 1000000 | 101100 |
Color Harmonies of #2EB829
Complementary color
Monochromatic Colors of #2EB829
Black with #2EB829
Text Example
Text Example
White with #2EB829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB829; }
p { color: rgb(46,184,41); }
H1.HeaderClassName
{
color: #2EB829;
}
.AnyTagClassName
{
color: #2EB829;
}
</style>
background-color css
<style>
a { background-color: #2EB829; }
a { background-color: rgb(46,184,41); }
div.DivClassName
{
background-color: #2EB829;
}
.BgClassName
{
background-color: #2EB829;
}
</style>
border-color css
<style>
span { border-color: #2EB829; }
span { border-color: rgb(46,184,41); }
td.TdClassName
{
border-color: #2EB829;
}
.TagClassName
{
border-color: #2EB829;
}
</style>