Shades of Lime Green #2EDD28
Tints of Lime Green #2EDD28
RGB
CMYK
RGB Variations
Color information
#2EDD28 (or 0x2EDD28) is known color: Lime Green. HEX triplet: 2E, DD and 28. RGB value is (46,221,40). Sum of RGB (Red+Green+Blue) = 46+221+40=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 221 (86.72% from 255 or 71.99% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD28 is #D122D7. Grayscale: #949494. Windows color (decimal): -13705944 or 2678062. OLE color: 2678062.
HSL color Cylindrical-coordinate representation of color #2EDD28: hue angle of 118.01º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EDD28 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 40 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.13 |
| HSL | 118.01º | 0.73% | 0.51% | - |
| HSV(B) | 118.01º | 0.82% | 0.87% | - |
| XYZ | 27.37 | 52.45 | 10.69 | - |
| YUV | 148.04 | 67.02 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 40 | 0.79 | 0 | 0.82 | 0.13 | 118.01 | 0.73 | 0.51 |
| Hex | 2E | DD | 28 | 4F | 0 | 52 | D | 76 | 49 | 33 |
| Octal | 56 | 335 | 50 | 117 | 0 | 122 | 15 | 166 | 111 | 63 |
| Binary | 101110 | 11011101 | 101000 | 1001111 | 0 | 1010010 | 1101 | 1110110 | 1001001 | 110011 |
Color Harmonies of #2EDD28
Complementary color
Monochromatic Colors of #2EDD28
Black with #2EDD28
Text Example
Text Example
White with #2EDD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD28; }
p { color: rgb(46,221,40); }
H1.HeaderClassName
{
color: #2EDD28;
}
.AnyTagClassName
{
color: #2EDD28;
}
</style>
background-color css
<style>
a { background-color: #2EDD28; }
a { background-color: rgb(46,221,40); }
div.DivClassName
{
background-color: #2EDD28;
}
.BgClassName
{
background-color: #2EDD28;
}
</style>
border-color css
<style>
span { border-color: #2EDD28; }
span { border-color: rgb(46,221,40); }
td.TdClassName
{
border-color: #2EDD28;
}
.TagClassName
{
border-color: #2EDD28;
}
</style>