Shades of Lime Green #2DDC11
Tints of Lime Green #2DDC11
RGB
CMYK
RGB Variations
Color information
#2DDC11 (or 0x2DDC11) is known color: Lime Green. HEX triplet: 2D, DC and 11. RGB value is (45,220,17). Sum of RGB (Red+Green+Blue) = 45+220+17=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 220 (86.33% from 255 or 78.01% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDC11 is #D223EE. Grayscale: #919191. Windows color (decimal): -13771759 or 1170477. OLE color: 1170477.
HSL color Cylindrical-coordinate representation of color #2DDC11: hue angle of 111.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DDC11 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 17 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.14 |
| HSL | 111.72º | 0.86% | 0.46% | - |
| HSV(B) | 111.72º | 0.92% | 0.86% | - |
| XYZ | 26.78 | 51.78 | 9.11 | - |
| YUV | 144.53 | 56.02 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 17 | 0.80 | 0 | 0.92 | 0.14 | 111.72 | 0.86 | 0.46 |
| Hex | 2D | DC | 11 | 50 | 0 | 5C | E | 70 | 56 | 2E |
| Octal | 55 | 334 | 21 | 120 | 0 | 134 | 16 | 160 | 126 | 56 |
| Binary | 101101 | 11011100 | 10001 | 1010000 | 0 | 1011100 | 1110 | 1110000 | 1010110 | 101110 |
Color Harmonies of #2DDC11
Complementary color
Monochromatic Colors of #2DDC11
Black with #2DDC11
Text Example
Text Example
White with #2DDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC11; }
p { color: rgb(45,220,17); }
H1.HeaderClassName
{
color: #2DDC11;
}
.AnyTagClassName
{
color: #2DDC11;
}
</style>
background-color css
<style>
a { background-color: #2DDC11; }
a { background-color: rgb(45,220,17); }
div.DivClassName
{
background-color: #2DDC11;
}
.BgClassName
{
background-color: #2DDC11;
}
</style>
border-color css
<style>
span { border-color: #2DDC11; }
span { border-color: rgb(45,220,17); }
td.TdClassName
{
border-color: #2DDC11;
}
.TagClassName
{
border-color: #2DDC11;
}
</style>