Shades of Lime Green #2DB829
Tints of Lime Green #2DB829
RGB
CMYK
RGB Variations
Color information
#2DB829 (or 0x2DB829) is known color: Lime Green. HEX triplet: 2D, B8 and 29. RGB value is (45,184,41). Sum of RGB (Red+Green+Blue) = 45+184+41=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 184 (72.27% from 255 or 68.15% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB829 is #D247D6. Grayscale: #7E7E7E. Windows color (decimal): -13780951 or 2734125. OLE color: 2734125.
HSL color Cylindrical-coordinate representation of color #2DB829: hue angle of 118.32º degrees, saturation: 0.64, 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 #2DB829 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 184 | 41 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.28 |
| HSL | 118.32º | 0.64% | 0.44% | - |
| HSV(B) | 118.32º | 0.78% | 0.72% | - |
| XYZ | 18.62 | 35 | 7.87 | - |
| YUV | 126.14 | 79.95 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 41 | 0.76 | 0 | 0.78 | 0.28 | 118.32 | 0.64 | 0.44 |
| Hex | 2D | B8 | 29 | 4C | 0 | 4E | 1C | 76 | 40 | 2C |
| Octal | 55 | 270 | 51 | 114 | 0 | 116 | 34 | 166 | 100 | 54 |
| Binary | 101101 | 10111000 | 101001 | 1001100 | 0 | 1001110 | 11100 | 1110110 | 1000000 | 101100 |
Color Harmonies of #2DB829
Complementary color
Monochromatic Colors of #2DB829
Black with #2DB829
Text Example
Text Example
White with #2DB829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB829; }
p { color: rgb(45,184,41); }
H1.HeaderClassName
{
color: #2DB829;
}
.AnyTagClassName
{
color: #2DB829;
}
</style>
background-color css
<style>
a { background-color: #2DB829; }
a { background-color: rgb(45,184,41); }
div.DivClassName
{
background-color: #2DB829;
}
.BgClassName
{
background-color: #2DB829;
}
</style>
border-color css
<style>
span { border-color: #2DB829; }
span { border-color: rgb(45,184,41); }
td.TdClassName
{
border-color: #2DB829;
}
.TagClassName
{
border-color: #2DB829;
}
</style>