Shades of Lime Green #2DDD31
Tints of Lime Green #2DDD31
RGB
CMYK
RGB Variations
Color information
#2DDD31 (or 0x2DDD31) is known color: Lime Green. HEX triplet: 2D, DD and 31. RGB value is (45,221,49). Sum of RGB (Red+Green+Blue) = 45+221+49=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD31 is #D222CE. Grayscale: #959595. Windows color (decimal): -13771471 or 3267885. OLE color: 3267885.
HSL color Cylindrical-coordinate representation of color #2DDD31: hue angle of 121.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDD31 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 49 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.13 |
| HSL | 121.36º | 0.72% | 0.52% | - |
| HSV(B) | 121.36º | 0.8% | 0.87% | - |
| XYZ | 27.49 | 52.49 | 11.59 | - |
| YUV | 148.77 | 71.69 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 49 | 0.80 | 0 | 0.78 | 0.13 | 121.36 | 0.72 | 0.52 |
| Hex | 2D | DD | 31 | 50 | 0 | 4E | D | 79 | 48 | 34 |
| Octal | 55 | 335 | 61 | 120 | 0 | 116 | 15 | 171 | 110 | 64 |
| Binary | 101101 | 11011101 | 110001 | 1010000 | 0 | 1001110 | 1101 | 1111001 | 1001000 | 110100 |
Color Harmonies of #2DDD31
Complementary color
Monochromatic Colors of #2DDD31
Black with #2DDD31
Text Example
Text Example
White with #2DDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD31; }
p { color: rgb(45,221,49); }
H1.HeaderClassName
{
color: #2DDD31;
}
.AnyTagClassName
{
color: #2DDD31;
}
</style>
background-color css
<style>
a { background-color: #2DDD31; }
a { background-color: rgb(45,221,49); }
div.DivClassName
{
background-color: #2DDD31;
}
.BgClassName
{
background-color: #2DDD31;
}
</style>
border-color css
<style>
span { border-color: #2DDD31; }
span { border-color: rgb(45,221,49); }
td.TdClassName
{
border-color: #2DDD31;
}
.TagClassName
{
border-color: #2DDD31;
}
</style>