Shades of Lime Green #2DBD29
Tints of Lime Green #2DBD29
RGB
CMYK
RGB Variations
Color information
#2DBD29 (or 0x2DBD29) is known color: Lime Green. HEX triplet: 2D, BD and 29. RGB value is (45,189,41). Sum of RGB (Red+Green+Blue) = 45+189+41=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 189 (74.22% from 255 or 68.73% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBD29 is #D242D6. Grayscale: #818181. Windows color (decimal): -13779671 or 2735405. OLE color: 2735405.
HSL color Cylindrical-coordinate representation of color #2DBD29: hue angle of 118.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DBD29 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 41 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.26 |
| HSL | 118.38º | 0.64% | 0.45% | - |
| HSV(B) | 118.38º | 0.78% | 0.74% | - |
| XYZ | 19.68 | 37.11 | 8.22 | - |
| YUV | 129.07 | 78.29 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 41 | 0.76 | 0 | 0.78 | 0.26 | 118.38 | 0.64 | 0.45 |
| Hex | 2D | BD | 29 | 4C | 0 | 4E | 1A | 76 | 40 | 2D |
| Octal | 55 | 275 | 51 | 114 | 0 | 116 | 32 | 166 | 100 | 55 |
| Binary | 101101 | 10111101 | 101001 | 1001100 | 0 | 1001110 | 11010 | 1110110 | 1000000 | 101101 |
Color Harmonies of #2DBD29
Complementary color
Monochromatic Colors of #2DBD29
Black with #2DBD29
Text Example
Text Example
White with #2DBD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD29; }
p { color: rgb(45,189,41); }
H1.HeaderClassName
{
color: #2DBD29;
}
.AnyTagClassName
{
color: #2DBD29;
}
</style>
background-color css
<style>
a { background-color: #2DBD29; }
a { background-color: rgb(45,189,41); }
div.DivClassName
{
background-color: #2DBD29;
}
.BgClassName
{
background-color: #2DBD29;
}
</style>
border-color css
<style>
span { border-color: #2DBD29; }
span { border-color: rgb(45,189,41); }
td.TdClassName
{
border-color: #2DBD29;
}
.TagClassName
{
border-color: #2DBD29;
}
</style>