Shades of Lime Green #2DE140
Tints of Lime Green #2DE140
RGB
CMYK
RGB Variations
Color information
#2DE140 (or 0x2DE140) is known color: Lime Green. HEX triplet: 2D, E1 and 40. RGB value is (45,225,64). Sum of RGB (Red+Green+Blue) = 45+225+64=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE140 is #D21EBF. Grayscale: #999999. Windows color (decimal): -13770432 or 4251949. OLE color: 4251949.
HSL color Cylindrical-coordinate representation of color #2DE140: hue angle of 126.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE140 is Cyan = 0.8, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 225 | 64 | - |
| CMYK | 0.8 | 0 | 0.72 | 0.12 |
| HSL | 126.33º | 0.75% | 0.53% | - |
| HSV(B) | 126.33º | 0.8% | 0.88% | - |
| XYZ | 28.93 | 54.78 | 13.9 | - |
| YUV | 152.83 | 77.87 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 225 | 64 | 0.8 | 0 | 0.72 | 0.12 | 126.33 | 0.75 | 0.53 |
| Hex | 2D | E1 | 40 | 50 | 0 | 48 | C | 7E | 4B | 35 |
| Octal | 55 | 341 | 100 | 120 | 0 | 110 | 14 | 176 | 113 | 65 |
| Binary | 101101 | 11100001 | 1000000 | 1010000 | 0 | 1001000 | 1100 | 1111110 | 1001011 | 110101 |
Color Harmonies of #2DE140
Complementary color
Monochromatic Colors of #2DE140
Black with #2DE140
Text Example
Text Example
White with #2DE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE140; }
p { color: rgb(45,225,64); }
H1.HeaderClassName
{
color: #2DE140;
}
.AnyTagClassName
{
color: #2DE140;
}
</style>
background-color css
<style>
a { background-color: #2DE140; }
a { background-color: rgb(45,225,64); }
div.DivClassName
{
background-color: #2DE140;
}
.BgClassName
{
background-color: #2DE140;
}
</style>
border-color css
<style>
span { border-color: #2DE140; }
span { border-color: rgb(45,225,64); }
td.TdClassName
{
border-color: #2DE140;
}
.TagClassName
{
border-color: #2DE140;
}
</style>