Shades of Lime Green #2DCE29
Tints of Lime Green #2DCE29
RGB
CMYK
RGB Variations
Color information
#2DCE29 (or 0x2DCE29) is known color: Lime Green. HEX triplet: 2D, CE and 29. RGB value is (45,206,41). Sum of RGB (Red+Green+Blue) = 45+206+41=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 206 (80.86% from 255 or 70.55% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE29 is #D231D6. Grayscale: #8B8B8B. Windows color (decimal): -13775319 or 2739757. OLE color: 2739757.
HSL color Cylindrical-coordinate representation of color #2DCE29: hue angle of 118.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCE29 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 206 | 41 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.19 |
| HSL | 118.55º | 0.67% | 0.48% | - |
| HSV(B) | 118.55º | 0.8% | 0.81% | - |
| XYZ | 23.55 | 44.86 | 9.52 | - |
| YUV | 139.05 | 72.66 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 41 | 0.78 | 0 | 0.80 | 0.19 | 118.55 | 0.67 | 0.48 |
| Hex | 2D | CE | 29 | 4E | 0 | 50 | 13 | 77 | 43 | 30 |
| Octal | 55 | 316 | 51 | 116 | 0 | 120 | 23 | 167 | 103 | 60 |
| Binary | 101101 | 11001110 | 101001 | 1001110 | 0 | 1010000 | 10011 | 1110111 | 1000011 | 110000 |
Color Harmonies of #2DCE29
Complementary color
Monochromatic Colors of #2DCE29
Black with #2DCE29
Text Example
Text Example
White with #2DCE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCE29; }
p { color: rgb(45,206,41); }
H1.HeaderClassName
{
color: #2DCE29;
}
.AnyTagClassName
{
color: #2DCE29;
}
</style>
background-color css
<style>
a { background-color: #2DCE29; }
a { background-color: rgb(45,206,41); }
div.DivClassName
{
background-color: #2DCE29;
}
.BgClassName
{
background-color: #2DCE29;
}
</style>
border-color css
<style>
span { border-color: #2DCE29; }
span { border-color: rgb(45,206,41); }
td.TdClassName
{
border-color: #2DCE29;
}
.TagClassName
{
border-color: #2DCE29;
}
</style>