Shades of Lime Green #2DDD1A
Tints of Lime Green #2DDD1A
RGB
CMYK
RGB Variations
Color information
#2DDD1A (or 0x2DDD1A) is known color: Lime Green. HEX triplet: 2D, DD and 1A. RGB value is (45,221,26). Sum of RGB (Red+Green+Blue) = 45+221+26=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 221 (86.72% from 255 or 75.68% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD1A is #D222E5. Grayscale: #929292. Windows color (decimal): -13771494 or 1760557. OLE color: 1760557.
HSL color Cylindrical-coordinate representation of color #2DDD1A: hue angle of 114.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DDD1A is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 26 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.13 |
| HSL | 114.15º | 0.79% | 0.48% | - |
| HSV(B) | 114.15º | 0.88% | 0.87% | - |
| XYZ | 27.13 | 52.35 | 9.65 | - |
| YUV | 146.15 | 60.19 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 26 | 0.80 | 0 | 0.88 | 0.13 | 114.15 | 0.79 | 0.48 |
| Hex | 2D | DD | 1A | 50 | 0 | 58 | D | 72 | 4F | 30 |
| Octal | 55 | 335 | 32 | 120 | 0 | 130 | 15 | 162 | 117 | 60 |
| Binary | 101101 | 11011101 | 11010 | 1010000 | 0 | 1011000 | 1101 | 1110010 | 1001111 | 110000 |
Color Harmonies of #2DDD1A
Complementary color
Monochromatic Colors of #2DDD1A
Black with #2DDD1A
Text Example
Text Example
White with #2DDD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD1A; }
p { color: rgb(45,221,26); }
H1.HeaderClassName
{
color: #2DDD1A;
}
.AnyTagClassName
{
color: #2DDD1A;
}
</style>
background-color css
<style>
a { background-color: #2DDD1A; }
a { background-color: rgb(45,221,26); }
div.DivClassName
{
background-color: #2DDD1A;
}
.BgClassName
{
background-color: #2DDD1A;
}
</style>
border-color css
<style>
span { border-color: #2DDD1A; }
span { border-color: rgb(45,221,26); }
td.TdClassName
{
border-color: #2DDD1A;
}
.TagClassName
{
border-color: #2DDD1A;
}
</style>