Shades of Lime Green #2DDB12
Tints of Lime Green #2DDB12
RGB
CMYK
RGB Variations
Color information
#2DDB12 (or 0x2DDB12) is known color: Lime Green. HEX triplet: 2D, DB and 12. RGB value is (45,219,18). Sum of RGB (Red+Green+Blue) = 45+219+18=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 219 (85.94% from 255 or 77.66% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDB12 is #D224ED. Grayscale: #909090. Windows color (decimal): -13772014 or 1235757. OLE color: 1235757.
HSL color Cylindrical-coordinate representation of color #2DDB12: hue angle of 111.94º degrees, saturation: 0.85, 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 #2DDB12 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 18 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.14 |
| HSL | 111.94º | 0.85% | 0.46% | - |
| HSV(B) | 111.94º | 0.92% | 0.86% | - |
| XYZ | 26.52 | 51.26 | 9.07 | - |
| YUV | 144.06 | 56.85 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 18 | 0.79 | 0 | 0.92 | 0.14 | 111.94 | 0.85 | 0.46 |
| Hex | 2D | DB | 12 | 4F | 0 | 5C | E | 70 | 55 | 2E |
| Octal | 55 | 333 | 22 | 117 | 0 | 134 | 16 | 160 | 125 | 56 |
| Binary | 101101 | 11011011 | 10010 | 1001111 | 0 | 1011100 | 1110 | 1110000 | 1010101 | 101110 |
Color Harmonies of #2DDB12
Complementary color
Monochromatic Colors of #2DDB12
Black with #2DDB12
Text Example
Text Example
White with #2DDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB12; }
p { color: rgb(45,219,18); }
H1.HeaderClassName
{
color: #2DDB12;
}
.AnyTagClassName
{
color: #2DDB12;
}
</style>
background-color css
<style>
a { background-color: #2DDB12; }
a { background-color: rgb(45,219,18); }
div.DivClassName
{
background-color: #2DDB12;
}
.BgClassName
{
background-color: #2DDB12;
}
</style>
border-color css
<style>
span { border-color: #2DDB12; }
span { border-color: rgb(45,219,18); }
td.TdClassName
{
border-color: #2DDB12;
}
.TagClassName
{
border-color: #2DDB12;
}
</style>