Shades of Lime Green #2DE047
Tints of Lime Green #2DE047
RGB
CMYK
RGB Variations
Color information
#2DE047 (or 0x2DE047) is known color: Lime Green. HEX triplet: 2D, E0 and 47. RGB value is (45,224,71). Sum of RGB (Red+Green+Blue) = 45+224+71=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 224 (87.89% from 255 or 65.88% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE047 is #D21FB8. Grayscale: #999999. Windows color (decimal): -13770681 or 4710445. OLE color: 4710445.
HSL color Cylindrical-coordinate representation of color #2DE047: hue angle of 128.72º degrees, saturation: 0.74, 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 #2DE047 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 224 | 71 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.12 |
| HSL | 128.72º | 0.74% | 0.53% | - |
| HSV(B) | 128.72º | 0.8% | 0.88% | - |
| XYZ | 28.88 | 54.32 | 14.92 | - |
| YUV | 153.04 | 81.7 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 224 | 71 | 0.80 | 0 | 0.68 | 0.12 | 128.72 | 0.74 | 0.53 |
| Hex | 2D | E0 | 47 | 50 | 0 | 44 | C | 81 | 4A | 35 |
| Octal | 55 | 340 | 107 | 120 | 0 | 104 | 14 | 201 | 112 | 65 |
| Binary | 101101 | 11100000 | 1000111 | 1010000 | 0 | 1000100 | 1100 | 10000001 | 1001010 | 110101 |
Color Harmonies of #2DE047
Complementary color
Monochromatic Colors of #2DE047
Black with #2DE047
Text Example
Text Example
White with #2DE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE047; }
p { color: rgb(45,224,71); }
H1.HeaderClassName
{
color: #2DE047;
}
.AnyTagClassName
{
color: #2DE047;
}
</style>
background-color css
<style>
a { background-color: #2DE047; }
a { background-color: rgb(45,224,71); }
div.DivClassName
{
background-color: #2DE047;
}
.BgClassName
{
background-color: #2DE047;
}
</style>
border-color css
<style>
span { border-color: #2DE047; }
span { border-color: rgb(45,224,71); }
td.TdClassName
{
border-color: #2DE047;
}
.TagClassName
{
border-color: #2DE047;
}
</style>