Shades of Lime Green #2DDB2C
Tints of Lime Green #2DDB2C
RGB
CMYK
RGB Variations
Color information
#2DDB2C (or 0x2DDB2C) is known color: Lime Green. HEX triplet: 2D, DB and 2C. RGB value is (45,219,44). Sum of RGB (Red+Green+Blue) = 45+219+44=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 219 (85.94% from 255 or 71.10% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDB2C is #D224D3. Grayscale: #939393. Windows color (decimal): -13771988 or 2939693. OLE color: 2939693.
HSL color Cylindrical-coordinate representation of color #2DDB2C: hue angle of 119.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDB2C is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 44 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.14 |
| HSL | 119.66º | 0.71% | 0.52% | - |
| HSV(B) | 119.66º | 0.8% | 0.86% | - |
| XYZ | 26.87 | 51.4 | 10.89 | - |
| YUV | 147.02 | 69.85 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 44 | 0.79 | 0 | 0.80 | 0.14 | 119.66 | 0.71 | 0.52 |
| Hex | 2D | DB | 2C | 4F | 0 | 50 | E | 78 | 47 | 34 |
| Octal | 55 | 333 | 54 | 117 | 0 | 120 | 16 | 170 | 107 | 64 |
| Binary | 101101 | 11011011 | 101100 | 1001111 | 0 | 1010000 | 1110 | 1111000 | 1000111 | 110100 |
Color Harmonies of #2DDB2C
Complementary color
Monochromatic Colors of #2DDB2C
Black with #2DDB2C
Text Example
Text Example
White with #2DDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB2C; }
p { color: rgb(45,219,44); }
H1.HeaderClassName
{
color: #2DDB2C;
}
.AnyTagClassName
{
color: #2DDB2C;
}
</style>
background-color css
<style>
a { background-color: #2DDB2C; }
a { background-color: rgb(45,219,44); }
div.DivClassName
{
background-color: #2DDB2C;
}
.BgClassName
{
background-color: #2DDB2C;
}
</style>
border-color css
<style>
span { border-color: #2DDB2C; }
span { border-color: rgb(45,219,44); }
td.TdClassName
{
border-color: #2DDB2C;
}
.TagClassName
{
border-color: #2DDB2C;
}
</style>