Shades of Lime Green #2DD71D
Tints of Lime Green #2DD71D
RGB
CMYK
RGB Variations
Color information
#2DD71D (or 0x2DD71D) is known color: Lime Green. HEX triplet: 2D, D7 and 1D. RGB value is (45,215,29). Sum of RGB (Red+Green+Blue) = 45+215+29=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 215 (84.38% from 255 or 74.39% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD71D is #D228E2. Grayscale: #8F8F8F. Windows color (decimal): -13773027 or 1955629. OLE color: 1955629.
HSL color Cylindrical-coordinate representation of color #2DD71D: hue angle of 114.84º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DD71D is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 29 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.16 |
| HSL | 114.84º | 0.76% | 0.48% | - |
| HSV(B) | 114.84º | 0.87% | 0.84% | - |
| XYZ | 25.6 | 49.25 | 9.32 | - |
| YUV | 142.97 | 63.68 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 29 | 0.79 | 0 | 0.87 | 0.16 | 114.84 | 0.76 | 0.48 |
| Hex | 2D | D7 | 1D | 4F | 0 | 57 | 10 | 73 | 4C | 30 |
| Octal | 55 | 327 | 35 | 117 | 0 | 127 | 20 | 163 | 114 | 60 |
| Binary | 101101 | 11010111 | 11101 | 1001111 | 0 | 1010111 | 10000 | 1110011 | 1001100 | 110000 |
Color Harmonies of #2DD71D
Complementary color
Monochromatic Colors of #2DD71D
Black with #2DD71D
Text Example
Text Example
White with #2DD71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD71D; }
p { color: rgb(45,215,29); }
H1.HeaderClassName
{
color: #2DD71D;
}
.AnyTagClassName
{
color: #2DD71D;
}
</style>
background-color css
<style>
a { background-color: #2DD71D; }
a { background-color: rgb(45,215,29); }
div.DivClassName
{
background-color: #2DD71D;
}
.BgClassName
{
background-color: #2DD71D;
}
</style>
border-color css
<style>
span { border-color: #2DD71D; }
span { border-color: rgb(45,215,29); }
td.TdClassName
{
border-color: #2DD71D;
}
.TagClassName
{
border-color: #2DD71D;
}
</style>