Shades of Lime Green #2DC829
Tints of Lime Green #2DC829
RGB
CMYK
RGB Variations
Color information
#2DC829 (or 0x2DC829) is known color: Lime Green. HEX triplet: 2D, C8 and 29. RGB value is (45,200,41). Sum of RGB (Red+Green+Blue) = 45+200+41=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 200 (78.52% from 255 or 69.93% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC829 is #D237D6. Grayscale: #888888. Windows color (decimal): -13776855 or 2738221. OLE color: 2738221.
HSL color Cylindrical-coordinate representation of color #2DC829: hue angle of 118.49º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DC829 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 200 | 41 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.22 |
| HSL | 118.49º | 0.66% | 0.47% | - |
| HSV(B) | 118.49º | 0.8% | 0.78% | - |
| XYZ | 22.14 | 42.03 | 9.04 | - |
| YUV | 135.53 | 74.65 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 41 | 0.78 | 0 | 0.80 | 0.22 | 118.49 | 0.66 | 0.47 |
| Hex | 2D | C8 | 29 | 4E | 0 | 50 | 16 | 76 | 42 | 2F |
| Octal | 55 | 310 | 51 | 116 | 0 | 120 | 26 | 166 | 102 | 57 |
| Binary | 101101 | 11001000 | 101001 | 1001110 | 0 | 1010000 | 10110 | 1110110 | 1000010 | 101111 |
Color Harmonies of #2DC829
Complementary color
Monochromatic Colors of #2DC829
Black with #2DC829
Text Example
Text Example
White with #2DC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC829; }
p { color: rgb(45,200,41); }
H1.HeaderClassName
{
color: #2DC829;
}
.AnyTagClassName
{
color: #2DC829;
}
</style>
background-color css
<style>
a { background-color: #2DC829; }
a { background-color: rgb(45,200,41); }
div.DivClassName
{
background-color: #2DC829;
}
.BgClassName
{
background-color: #2DC829;
}
</style>
border-color css
<style>
span { border-color: #2DC829; }
span { border-color: rgb(45,200,41); }
td.TdClassName
{
border-color: #2DC829;
}
.TagClassName
{
border-color: #2DC829;
}
</style>