Shades of Lime Green #2DDD11
Tints of Lime Green #2DDD11
RGB
CMYK
RGB Variations
Color information
#2DDD11 (or 0x2DDD11) is known color: Lime Green. HEX triplet: 2D, DD and 11. RGB value is (45,221,17). Sum of RGB (Red+Green+Blue) = 45+221+17=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 221 (86.72% from 255 or 78.09% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDD11 is #D222EE. Grayscale: #919191. Windows color (decimal): -13771503 or 1170733. OLE color: 1170733.
HSL color Cylindrical-coordinate representation of color #2DDD11: hue angle of 111.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DDD11 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 17 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.13 |
| HSL | 111.76º | 0.86% | 0.47% | - |
| HSV(B) | 111.76º | 0.92% | 0.87% | - |
| XYZ | 27.04 | 52.31 | 9.2 | - |
| YUV | 145.12 | 55.69 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 17 | 0.80 | 0 | 0.92 | 0.13 | 111.76 | 0.86 | 0.47 |
| Hex | 2D | DD | 11 | 50 | 0 | 5C | D | 70 | 56 | 2F |
| Octal | 55 | 335 | 21 | 120 | 0 | 134 | 15 | 160 | 126 | 57 |
| Binary | 101101 | 11011101 | 10001 | 1010000 | 0 | 1011100 | 1101 | 1110000 | 1010110 | 101111 |
Color Harmonies of #2DDD11
Complementary color
Monochromatic Colors of #2DDD11
Black with #2DDD11
Text Example
Text Example
White with #2DDD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD11; }
p { color: rgb(45,221,17); }
H1.HeaderClassName
{
color: #2DDD11;
}
.AnyTagClassName
{
color: #2DDD11;
}
</style>
background-color css
<style>
a { background-color: #2DDD11; }
a { background-color: rgb(45,221,17); }
div.DivClassName
{
background-color: #2DDD11;
}
.BgClassName
{
background-color: #2DDD11;
}
</style>
border-color css
<style>
span { border-color: #2DDD11; }
span { border-color: rgb(45,221,17); }
td.TdClassName
{
border-color: #2DDD11;
}
.TagClassName
{
border-color: #2DDD11;
}
</style>