Shades of Lime Green #2DDB2F
Tints of Lime Green #2DDB2F
RGB
CMYK
RGB Variations
Color information
#2DDB2F (or 0x2DDB2F) is known color: Lime Green. HEX triplet: 2D, DB and 2F. RGB value is (45,219,47). Sum of RGB (Red+Green+Blue) = 45+219+47=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 219 (85.94% from 255 or 70.42% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDB2F is #D224D0. Grayscale: #939393. Windows color (decimal): -13771985 or 3136301. OLE color: 3136301.
HSL color Cylindrical-coordinate representation of color #2DDB2F: hue angle of 120.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDB2F is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 47 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.14 |
| HSL | 120.69º | 0.71% | 0.52% | - |
| HSV(B) | 120.69º | 0.79% | 0.86% | - |
| XYZ | 26.93 | 51.43 | 11.2 | - |
| YUV | 147.37 | 71.35 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 47 | 0.79 | 0 | 0.79 | 0.14 | 120.69 | 0.71 | 0.52 |
| Hex | 2D | DB | 2F | 4F | 0 | 4F | E | 79 | 47 | 34 |
| Octal | 55 | 333 | 57 | 117 | 0 | 117 | 16 | 171 | 107 | 64 |
| Binary | 101101 | 11011011 | 101111 | 1001111 | 0 | 1001111 | 1110 | 1111001 | 1000111 | 110100 |
Color Harmonies of #2DDB2F
Complementary color
Monochromatic Colors of #2DDB2F
Black with #2DDB2F
Text Example
Text Example
White with #2DDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB2F; }
p { color: rgb(45,219,47); }
H1.HeaderClassName
{
color: #2DDB2F;
}
.AnyTagClassName
{
color: #2DDB2F;
}
</style>
background-color css
<style>
a { background-color: #2DDB2F; }
a { background-color: rgb(45,219,47); }
div.DivClassName
{
background-color: #2DDB2F;
}
.BgClassName
{
background-color: #2DDB2F;
}
</style>
border-color css
<style>
span { border-color: #2DDB2F; }
span { border-color: rgb(45,219,47); }
td.TdClassName
{
border-color: #2DDB2F;
}
.TagClassName
{
border-color: #2DDB2F;
}
</style>