Shades of Lime Green #2DDA44
Tints of Lime Green #2DDA44
RGB
CMYK
RGB Variations
Color information
#2DDA44 (or 0x2DDA44) is known color: Lime Green. HEX triplet: 2D, DA and 44. RGB value is (45,218,68). Sum of RGB (Red+Green+Blue) = 45+218+68=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 218 (85.55% from 255 or 65.86% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDA44 is #D225BB. Grayscale: #959595. Windows color (decimal): -13772220 or 4512301. OLE color: 4512301.
HSL color Cylindrical-coordinate representation of color #2DDA44: hue angle of 127.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDA44 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 68 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.15 |
| HSL | 127.98º | 0.7% | 0.52% | - |
| HSV(B) | 127.98º | 0.79% | 0.85% | - |
| XYZ | 27.2 | 51.12 | 13.9 | - |
| YUV | 149.17 | 82.19 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 68 | 0.79 | 0 | 0.69 | 0.15 | 127.98 | 0.7 | 0.52 |
| Hex | 2D | DA | 44 | 4F | 0 | 45 | F | 80 | 46 | 34 |
| Octal | 55 | 332 | 104 | 117 | 0 | 105 | 17 | 200 | 106 | 64 |
| Binary | 101101 | 11011010 | 1000100 | 1001111 | 0 | 1000101 | 1111 | 10000000 | 1000110 | 110100 |
Color Harmonies of #2DDA44
Complementary color
Monochromatic Colors of #2DDA44
Black with #2DDA44
Text Example
Text Example
White with #2DDA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDA44; }
p { color: rgb(45,218,68); }
H1.HeaderClassName
{
color: #2DDA44;
}
.AnyTagClassName
{
color: #2DDA44;
}
</style>
background-color css
<style>
a { background-color: #2DDA44; }
a { background-color: rgb(45,218,68); }
div.DivClassName
{
background-color: #2DDA44;
}
.BgClassName
{
background-color: #2DDA44;
}
</style>
border-color css
<style>
span { border-color: #2DDA44; }
span { border-color: rgb(45,218,68); }
td.TdClassName
{
border-color: #2DDA44;
}
.TagClassName
{
border-color: #2DDA44;
}
</style>