Shades of Lime Green #2DD629
Tints of Lime Green #2DD629
RGB
CMYK
RGB Variations
Color information
#2DD629 (or 0x2DD629) is known color: Lime Green. HEX triplet: 2D, D6 and 29. RGB value is (45,214,41). Sum of RGB (Red+Green+Blue) = 45+214+41=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 214 (83.98% from 255 or 71.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD629 is #D229D6. Grayscale: #909090. Windows color (decimal): -13773271 or 2741805. OLE color: 2741805.
HSL color Cylindrical-coordinate representation of color #2DD629: hue angle of 118.61º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DD629 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 214 | 41 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.16 |
| HSL | 118.61º | 0.68% | 0.5% | - |
| HSV(B) | 118.61º | 0.81% | 0.84% | - |
| XYZ | 25.53 | 48.81 | 10.17 | - |
| YUV | 143.75 | 70.01 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 214 | 41 | 0.79 | 0 | 0.81 | 0.16 | 118.61 | 0.68 | 0.5 |
| Hex | 2D | D6 | 29 | 4F | 0 | 51 | 10 | 77 | 44 | 32 |
| Octal | 55 | 326 | 51 | 117 | 0 | 121 | 20 | 167 | 104 | 62 |
| Binary | 101101 | 11010110 | 101001 | 1001111 | 0 | 1010001 | 10000 | 1110111 | 1000100 | 110010 |
Color Harmonies of #2DD629
Complementary color
Monochromatic Colors of #2DD629
Black with #2DD629
Text Example
Text Example
White with #2DD629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD629; }
p { color: rgb(45,214,41); }
H1.HeaderClassName
{
color: #2DD629;
}
.AnyTagClassName
{
color: #2DD629;
}
</style>
background-color css
<style>
a { background-color: #2DD629; }
a { background-color: rgb(45,214,41); }
div.DivClassName
{
background-color: #2DD629;
}
.BgClassName
{
background-color: #2DD629;
}
</style>
border-color css
<style>
span { border-color: #2DD629; }
span { border-color: rgb(45,214,41); }
td.TdClassName
{
border-color: #2DD629;
}
.TagClassName
{
border-color: #2DD629;
}
</style>