Shades of Lime Green #2DB729
Tints of Lime Green #2DB729
RGB
CMYK
RGB Variations
Color information
#2DB729 (or 0x2DB729) is known color: Lime Green. HEX triplet: 2D, B7 and 29. RGB value is (45,183,41). Sum of RGB (Red+Green+Blue) = 45+183+41=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 183 (71.88% from 255 or 68.03% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB729 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB729 is #D248D6. Grayscale: #7D7D7D. Windows color (decimal): -13781207 or 2733869. OLE color: 2733869.
HSL color Cylindrical-coordinate representation of color #2DB729: hue angle of 118.31º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DB729 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 41 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.28 |
| HSL | 118.31º | 0.63% | 0.44% | - |
| HSV(B) | 118.31º | 0.78% | 0.72% | - |
| XYZ | 18.42 | 34.58 | 7.8 | - |
| YUV | 125.55 | 80.28 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 41 | 0.75 | 0 | 0.78 | 0.28 | 118.31 | 0.63 | 0.44 |
| Hex | 2D | B7 | 29 | 4B | 0 | 4E | 1C | 76 | 3F | 2C |
| Octal | 55 | 267 | 51 | 113 | 0 | 116 | 34 | 166 | 77 | 54 |
| Binary | 101101 | 10110111 | 101001 | 1001011 | 0 | 1001110 | 11100 | 1110110 | 111111 | 101100 |
Color Harmonies of #2DB729
Complementary color
Monochromatic Colors of #2DB729
Black with #2DB729
Text Example
Text Example
White with #2DB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB729; }
p { color: rgb(45,183,41); }
H1.HeaderClassName
{
color: #2DB729;
}
.AnyTagClassName
{
color: #2DB729;
}
</style>
background-color css
<style>
a { background-color: #2DB729; }
a { background-color: rgb(45,183,41); }
div.DivClassName
{
background-color: #2DB729;
}
.BgClassName
{
background-color: #2DB729;
}
</style>
border-color css
<style>
span { border-color: #2DB729; }
span { border-color: rgb(45,183,41); }
td.TdClassName
{
border-color: #2DB729;
}
.TagClassName
{
border-color: #2DB729;
}
</style>