Shades of Lime Green #2EB921
Tints of Lime Green #2EB921
RGB
CMYK
RGB Variations
Color information
#2EB921 (or 0x2EB921) is known color: Lime Green. HEX triplet: 2E, B9 and 21. RGB value is (46,185,33). Sum of RGB (Red+Green+Blue) = 46+185+33=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 185 (72.66% from 255 or 70.08% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB921 is #D146DE. Grayscale: #7E7E7E. Windows color (decimal): -13715167 or 2210094. OLE color: 2210094.
HSL color Cylindrical-coordinate representation of color #2EB921: hue angle of 114.87º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EB921 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 33 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.27 |
| HSL | 114.87º | 0.7% | 0.43% | - |
| HSV(B) | 114.87º | 0.82% | 0.73% | - |
| XYZ | 18.75 | 35.39 | 7.28 | - |
| YUV | 126.11 | 75.45 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 33 | 0.75 | 0 | 0.82 | 0.27 | 114.87 | 0.7 | 0.43 |
| Hex | 2E | B9 | 21 | 4B | 0 | 52 | 1B | 73 | 46 | 2B |
| Octal | 56 | 271 | 41 | 113 | 0 | 122 | 33 | 163 | 106 | 53 |
| Binary | 101110 | 10111001 | 100001 | 1001011 | 0 | 1010010 | 11011 | 1110011 | 1000110 | 101011 |
Color Harmonies of #2EB921
Complementary color
Monochromatic Colors of #2EB921
Black with #2EB921
Text Example
Text Example
White with #2EB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB921; }
p { color: rgb(46,185,33); }
H1.HeaderClassName
{
color: #2EB921;
}
.AnyTagClassName
{
color: #2EB921;
}
</style>
background-color css
<style>
a { background-color: #2EB921; }
a { background-color: rgb(46,185,33); }
div.DivClassName
{
background-color: #2EB921;
}
.BgClassName
{
background-color: #2EB921;
}
</style>
border-color css
<style>
span { border-color: #2EB921; }
span { border-color: rgb(46,185,33); }
td.TdClassName
{
border-color: #2EB921;
}
.TagClassName
{
border-color: #2EB921;
}
</style>