Shades of Lime Green #2DD44D
Tints of Lime Green #2DD44D
RGB
CMYK
RGB Variations
Color information
#2DD44D (or 0x2DD44D) is known color: Lime Green. HEX triplet: 2D, D4 and 4D. RGB value is (45,212,77). Sum of RGB (Red+Green+Blue) = 45+212+77=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 212 (83.20% from 255 or 63.47% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD44D is #D22BB2. Grayscale: #939393. Windows color (decimal): -13773747 or 5100589. OLE color: 5100589.
HSL color Cylindrical-coordinate representation of color #2DD44D: hue angle of 131.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD44D is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 212 | 77 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.17 |
| HSL | 131.5º | 0.66% | 0.5% | - |
| HSV(B) | 131.5º | 0.79% | 0.83% | - |
| XYZ | 25.97 | 48.18 | 14.95 | - |
| YUV | 146.68 | 88.67 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 212 | 77 | 0.79 | 0 | 0.64 | 0.17 | 131.5 | 0.66 | 0.5 |
| Hex | 2D | D4 | 4D | 4F | 0 | 40 | 11 | 83 | 42 | 32 |
| Octal | 55 | 324 | 115 | 117 | 0 | 100 | 21 | 203 | 102 | 62 |
| Binary | 101101 | 11010100 | 1001101 | 1001111 | 0 | 1000000 | 10001 | 10000011 | 1000010 | 110010 |
Color Harmonies of #2DD44D
Complementary color
Monochromatic Colors of #2DD44D
Black with #2DD44D
Text Example
Text Example
White with #2DD44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD44D; }
p { color: rgb(45,212,77); }
H1.HeaderClassName
{
color: #2DD44D;
}
.AnyTagClassName
{
color: #2DD44D;
}
</style>
background-color css
<style>
a { background-color: #2DD44D; }
a { background-color: rgb(45,212,77); }
div.DivClassName
{
background-color: #2DD44D;
}
.BgClassName
{
background-color: #2DD44D;
}
</style>
border-color css
<style>
span { border-color: #2DD44D; }
span { border-color: rgb(45,212,77); }
td.TdClassName
{
border-color: #2DD44D;
}
.TagClassName
{
border-color: #2DD44D;
}
</style>