Shades of Lime Green #2DDD14
Tints of Lime Green #2DDD14
RGB
CMYK
RGB Variations
Color information
#2DDD14 (or 0x2DDD14) is known color: Lime Green. HEX triplet: 2D, DD and 14. RGB value is (45,221,20). Sum of RGB (Red+Green+Blue) = 45+221+20=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 221 (86.72% from 255 or 77.27% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDD14 is #D222EB. Grayscale: #929292. Windows color (decimal): -13771500 or 1367341. OLE color: 1367341.
HSL color Cylindrical-coordinate representation of color #2DDD14: hue angle of 112.54º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DDD14 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 20 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.13 |
| HSL | 112.54º | 0.83% | 0.47% | - |
| HSV(B) | 112.54º | 0.91% | 0.87% | - |
| XYZ | 27.06 | 52.32 | 9.33 | - |
| YUV | 145.46 | 57.19 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 20 | 0.80 | 0 | 0.91 | 0.13 | 112.54 | 0.83 | 0.47 |
| Hex | 2D | DD | 14 | 50 | 0 | 5B | D | 71 | 53 | 2F |
| Octal | 55 | 335 | 24 | 120 | 0 | 133 | 15 | 161 | 123 | 57 |
| Binary | 101101 | 11011101 | 10100 | 1010000 | 0 | 1011011 | 1101 | 1110001 | 1010011 | 101111 |
Color Harmonies of #2DDD14
Complementary color
Monochromatic Colors of #2DDD14
Black with #2DDD14
Text Example
Text Example
White with #2DDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD14; }
p { color: rgb(45,221,20); }
H1.HeaderClassName
{
color: #2DDD14;
}
.AnyTagClassName
{
color: #2DDD14;
}
</style>
background-color css
<style>
a { background-color: #2DDD14; }
a { background-color: rgb(45,221,20); }
div.DivClassName
{
background-color: #2DDD14;
}
.BgClassName
{
background-color: #2DDD14;
}
</style>
border-color css
<style>
span { border-color: #2DDD14; }
span { border-color: rgb(45,221,20); }
td.TdClassName
{
border-color: #2DDD14;
}
.TagClassName
{
border-color: #2DDD14;
}
</style>