Shades of Lime Green #2DDD30
Tints of Lime Green #2DDD30
RGB
CMYK
RGB Variations
Color information
#2DDD30 (or 0x2DDD30) is known color: Lime Green. HEX triplet: 2D, DD and 30. RGB value is (45,221,48). Sum of RGB (Red+Green+Blue) = 45+221+48=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD30 is #D222CF. Grayscale: #959595. Windows color (decimal): -13771472 or 3202349. OLE color: 3202349.
HSL color Cylindrical-coordinate representation of color #2DDD30: hue angle of 121.02º 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 #2DDD30 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 48 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.13 |
| HSL | 121.02º | 0.72% | 0.52% | - |
| HSV(B) | 121.02º | 0.8% | 0.87% | - |
| XYZ | 27.47 | 52.48 | 11.48 | - |
| YUV | 148.65 | 71.19 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 48 | 0.80 | 0 | 0.78 | 0.13 | 121.02 | 0.72 | 0.52 |
| Hex | 2D | DD | 30 | 50 | 0 | 4E | D | 79 | 48 | 34 |
| Octal | 55 | 335 | 60 | 120 | 0 | 116 | 15 | 171 | 110 | 64 |
| Binary | 101101 | 11011101 | 110000 | 1010000 | 0 | 1001110 | 1101 | 1111001 | 1001000 | 110100 |
Color Harmonies of #2DDD30
Complementary color
Monochromatic Colors of #2DDD30
Black with #2DDD30
Text Example
Text Example
White with #2DDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD30; }
p { color: rgb(45,221,48); }
H1.HeaderClassName
{
color: #2DDD30;
}
.AnyTagClassName
{
color: #2DDD30;
}
</style>
background-color css
<style>
a { background-color: #2DDD30; }
a { background-color: rgb(45,221,48); }
div.DivClassName
{
background-color: #2DDD30;
}
.BgClassName
{
background-color: #2DDD30;
}
</style>
border-color css
<style>
span { border-color: #2DDD30; }
span { border-color: rgb(45,221,48); }
td.TdClassName
{
border-color: #2DDD30;
}
.TagClassName
{
border-color: #2DDD30;
}
</style>