Shades of Lime Green #2DCC29
Tints of Lime Green #2DCC29
RGB
CMYK
RGB Variations
Color information
#2DCC29 (or 0x2DCC29) is known color: Lime Green. HEX triplet: 2D, CC and 29. RGB value is (45,204,41). Sum of RGB (Red+Green+Blue) = 45+204+41=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 204 (80.08% from 255 or 70.34% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCC29 is #D233D6. Grayscale: #8A8A8A. Windows color (decimal): -13775831 or 2739245. OLE color: 2739245.
HSL color Cylindrical-coordinate representation of color #2DCC29: hue angle of 118.53º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCC29 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 204 | 41 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.2 |
| HSL | 118.53º | 0.67% | 0.48% | - |
| HSV(B) | 118.53º | 0.8% | 0.8% | - |
| XYZ | 23.08 | 43.9 | 9.36 | - |
| YUV | 137.88 | 73.32 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 41 | 0.78 | 0 | 0.80 | 0.2 | 118.53 | 0.67 | 0.48 |
| Hex | 2D | CC | 29 | 4E | 0 | 50 | 14 | 77 | 43 | 30 |
| Octal | 55 | 314 | 51 | 116 | 0 | 120 | 24 | 167 | 103 | 60 |
| Binary | 101101 | 11001100 | 101001 | 1001110 | 0 | 1010000 | 10100 | 1110111 | 1000011 | 110000 |
Color Harmonies of #2DCC29
Complementary color
Monochromatic Colors of #2DCC29
Black with #2DCC29
Text Example
Text Example
White with #2DCC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCC29; }
p { color: rgb(45,204,41); }
H1.HeaderClassName
{
color: #2DCC29;
}
.AnyTagClassName
{
color: #2DCC29;
}
</style>
background-color css
<style>
a { background-color: #2DCC29; }
a { background-color: rgb(45,204,41); }
div.DivClassName
{
background-color: #2DCC29;
}
.BgClassName
{
background-color: #2DCC29;
}
</style>
border-color css
<style>
span { border-color: #2DCC29; }
span { border-color: rgb(45,204,41); }
td.TdClassName
{
border-color: #2DCC29;
}
.TagClassName
{
border-color: #2DCC29;
}
</style>