Shades of Lime Green #2DB529
Tints of Lime Green #2DB529
RGB
CMYK
RGB Variations
Color information
#2DB529 (or 0x2DB529) is known color: Lime Green. HEX triplet: 2D, B5 and 29. RGB value is (45,181,41). Sum of RGB (Red+Green+Blue) = 45+181+41=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 181 (71.09% from 255 or 67.79% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB529 is #D24AD6. Grayscale: #7C7C7C. Windows color (decimal): -13781719 or 2733357. OLE color: 2733357.
HSL color Cylindrical-coordinate representation of color #2DB529: hue angle of 118.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DB529 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 41 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.29 |
| HSL | 118.29º | 0.63% | 0.44% | - |
| HSV(B) | 118.29º | 0.77% | 0.71% | - |
| XYZ | 18.01 | 33.77 | 7.67 | - |
| YUV | 124.38 | 80.94 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 41 | 0.75 | 0 | 0.77 | 0.29 | 118.29 | 0.63 | 0.44 |
| Hex | 2D | B5 | 29 | 4B | 0 | 4D | 1D | 76 | 3F | 2C |
| Octal | 55 | 265 | 51 | 113 | 0 | 115 | 35 | 166 | 77 | 54 |
| Binary | 101101 | 10110101 | 101001 | 1001011 | 0 | 1001101 | 11101 | 1110110 | 111111 | 101100 |
Color Harmonies of #2DB529
Complementary color
Monochromatic Colors of #2DB529
Black with #2DB529
Text Example
Text Example
White with #2DB529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB529; }
p { color: rgb(45,181,41); }
H1.HeaderClassName
{
color: #2DB529;
}
.AnyTagClassName
{
color: #2DB529;
}
</style>
background-color css
<style>
a { background-color: #2DB529; }
a { background-color: rgb(45,181,41); }
div.DivClassName
{
background-color: #2DB529;
}
.BgClassName
{
background-color: #2DB529;
}
</style>
border-color css
<style>
span { border-color: #2DB529; }
span { border-color: rgb(45,181,41); }
td.TdClassName
{
border-color: #2DB529;
}
.TagClassName
{
border-color: #2DB529;
}
</style>