Shades of Lime Green #2EC121
Tints of Lime Green #2EC121
RGB
CMYK
RGB Variations
Color information
#2EC121 (or 0x2EC121) is known color: Lime Green. HEX triplet: 2E, C1 and 21. RGB value is (46,193,33). Sum of RGB (Red+Green+Blue) = 46+193+33=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 193 (75.78% from 255 or 70.96% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC121 is #D13EDE. Grayscale: #838383. Windows color (decimal): -13713119 or 2212142. OLE color: 2212142.
HSL color Cylindrical-coordinate representation of color #2EC121: hue angle of 115.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EC121 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 33 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.24 |
| HSL | 115.13º | 0.71% | 0.44% | - |
| HSV(B) | 115.13º | 0.83% | 0.76% | - |
| XYZ | 20.47 | 38.83 | 7.85 | - |
| YUV | 130.81 | 72.8 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 33 | 0.76 | 0 | 0.83 | 0.24 | 115.13 | 0.71 | 0.44 |
| Hex | 2E | C1 | 21 | 4C | 0 | 53 | 18 | 73 | 47 | 2C |
| Octal | 56 | 301 | 41 | 114 | 0 | 123 | 30 | 163 | 107 | 54 |
| Binary | 101110 | 11000001 | 100001 | 1001100 | 0 | 1010011 | 11000 | 1110011 | 1000111 | 101100 |
Color Harmonies of #2EC121
Complementary color
Monochromatic Colors of #2EC121
Black with #2EC121
Text Example
Text Example
White with #2EC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC121; }
p { color: rgb(46,193,33); }
H1.HeaderClassName
{
color: #2EC121;
}
.AnyTagClassName
{
color: #2EC121;
}
</style>
background-color css
<style>
a { background-color: #2EC121; }
a { background-color: rgb(46,193,33); }
div.DivClassName
{
background-color: #2EC121;
}
.BgClassName
{
background-color: #2EC121;
}
</style>
border-color css
<style>
span { border-color: #2EC121; }
span { border-color: rgb(46,193,33); }
td.TdClassName
{
border-color: #2EC121;
}
.TagClassName
{
border-color: #2EC121;
}
</style>