Shades of Lime Green #2DDB13
Tints of Lime Green #2DDB13
RGB
CMYK
RGB Variations
Color information
#2DDB13 (or 0x2DDB13) is known color: Lime Green. HEX triplet: 2D, DB and 13. RGB value is (45,219,19). Sum of RGB (Red+Green+Blue) = 45+219+19=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 219 (85.94% from 255 or 77.39% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDB13 is #D224EC. Grayscale: #909090. Windows color (decimal): -13772013 or 1301293. OLE color: 1301293.
HSL color Cylindrical-coordinate representation of color #2DDB13: hue angle of 112.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DDB13 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 19 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.14 |
| HSL | 112.2º | 0.84% | 0.47% | - |
| HSV(B) | 112.2º | 0.91% | 0.86% | - |
| XYZ | 26.53 | 51.27 | 9.11 | - |
| YUV | 144.17 | 57.35 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 19 | 0.79 | 0 | 0.91 | 0.14 | 112.2 | 0.84 | 0.47 |
| Hex | 2D | DB | 13 | 4F | 0 | 5B | E | 70 | 54 | 2F |
| Octal | 55 | 333 | 23 | 117 | 0 | 133 | 16 | 160 | 124 | 57 |
| Binary | 101101 | 11011011 | 10011 | 1001111 | 0 | 1011011 | 1110 | 1110000 | 1010100 | 101111 |
Color Harmonies of #2DDB13
Complementary color
Monochromatic Colors of #2DDB13
Black with #2DDB13
Text Example
Text Example
White with #2DDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB13; }
p { color: rgb(45,219,19); }
H1.HeaderClassName
{
color: #2DDB13;
}
.AnyTagClassName
{
color: #2DDB13;
}
</style>
background-color css
<style>
a { background-color: #2DDB13; }
a { background-color: rgb(45,219,19); }
div.DivClassName
{
background-color: #2DDB13;
}
.BgClassName
{
background-color: #2DDB13;
}
</style>
border-color css
<style>
span { border-color: #2DDB13; }
span { border-color: rgb(45,219,19); }
td.TdClassName
{
border-color: #2DDB13;
}
.TagClassName
{
border-color: #2DDB13;
}
</style>