Shades of Lime Green #2DCF29
Tints of Lime Green #2DCF29
RGB
CMYK
RGB Variations
Color information
#2DCF29 (or 0x2DCF29) is known color: Lime Green. HEX triplet: 2D, CF and 29. RGB value is (45,207,41). Sum of RGB (Red+Green+Blue) = 45+207+41=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 207 (81.25% from 255 or 70.65% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF29 is #D230D6. Grayscale: #8C8C8C. Windows color (decimal): -13775063 or 2740013. OLE color: 2740013.
HSL color Cylindrical-coordinate representation of color #2DCF29: hue angle of 118.55º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCF29 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 41 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.19 |
| HSL | 118.55º | 0.67% | 0.49% | - |
| HSV(B) | 118.55º | 0.8% | 0.81% | - |
| XYZ | 23.8 | 45.34 | 9.6 | - |
| YUV | 139.64 | 72.33 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 41 | 0.78 | 0 | 0.80 | 0.19 | 118.55 | 0.67 | 0.49 |
| Hex | 2D | CF | 29 | 4E | 0 | 50 | 13 | 77 | 43 | 31 |
| Octal | 55 | 317 | 51 | 116 | 0 | 120 | 23 | 167 | 103 | 61 |
| Binary | 101101 | 11001111 | 101001 | 1001110 | 0 | 1010000 | 10011 | 1110111 | 1000011 | 110001 |
Color Harmonies of #2DCF29
Complementary color
Monochromatic Colors of #2DCF29
Black with #2DCF29
Text Example
Text Example
White with #2DCF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF29; }
p { color: rgb(45,207,41); }
H1.HeaderClassName
{
color: #2DCF29;
}
.AnyTagClassName
{
color: #2DCF29;
}
</style>
background-color css
<style>
a { background-color: #2DCF29; }
a { background-color: rgb(45,207,41); }
div.DivClassName
{
background-color: #2DCF29;
}
.BgClassName
{
background-color: #2DCF29;
}
</style>
border-color css
<style>
span { border-color: #2DCF29; }
span { border-color: rgb(45,207,41); }
td.TdClassName
{
border-color: #2DCF29;
}
.TagClassName
{
border-color: #2DCF29;
}
</style>