Shades of Lime Green #2EDD41
Tints of Lime Green #2EDD41
RGB
CMYK
RGB Variations
Color information
#2EDD41 (or 0x2EDD41) is known color: Lime Green. HEX triplet: 2E, DD and 41. RGB value is (46,221,65). Sum of RGB (Red+Green+Blue) = 46+221+65=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD41 is #D122BE. Grayscale: #979797. Windows color (decimal): -13705919 or 4316462. OLE color: 4316462.
HSL color Cylindrical-coordinate representation of color #2EDD41: hue angle of 126.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD41 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 65 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.13 |
| HSL | 126.51º | 0.72% | 0.52% | - |
| HSV(B) | 126.51º | 0.79% | 0.87% | - |
| XYZ | 27.94 | 52.68 | 13.7 | - |
| YUV | 150.89 | 79.52 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 65 | 0.79 | 0 | 0.71 | 0.13 | 126.51 | 0.72 | 0.52 |
| Hex | 2E | DD | 41 | 4F | 0 | 47 | D | 7F | 48 | 34 |
| Octal | 56 | 335 | 101 | 117 | 0 | 107 | 15 | 177 | 110 | 64 |
| Binary | 101110 | 11011101 | 1000001 | 1001111 | 0 | 1000111 | 1101 | 1111111 | 1001000 | 110100 |
Color Harmonies of #2EDD41
Complementary color
Monochromatic Colors of #2EDD41
Black with #2EDD41
Text Example
Text Example
White with #2EDD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD41; }
p { color: rgb(46,221,65); }
H1.HeaderClassName
{
color: #2EDD41;
}
.AnyTagClassName
{
color: #2EDD41;
}
</style>
background-color css
<style>
a { background-color: #2EDD41; }
a { background-color: rgb(46,221,65); }
div.DivClassName
{
background-color: #2EDD41;
}
.BgClassName
{
background-color: #2EDD41;
}
</style>
border-color css
<style>
span { border-color: #2EDD41; }
span { border-color: rgb(46,221,65); }
td.TdClassName
{
border-color: #2EDD41;
}
.TagClassName
{
border-color: #2EDD41;
}
</style>