Shades of Lime Green #2DBF29
Tints of Lime Green #2DBF29
RGB
CMYK
RGB Variations
Color information
#2DBF29 (or 0x2DBF29) is known color: Lime Green. HEX triplet: 2D, BF and 29. RGB value is (45,191,41). Sum of RGB (Red+Green+Blue) = 45+191+41=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 191 (75% from 255 or 68.95% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF29 is #D240D6. Grayscale: #828282. Windows color (decimal): -13779159 or 2735917. OLE color: 2735917.
HSL color Cylindrical-coordinate representation of color #2DBF29: hue angle of 118.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DBF29 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 41 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.25 |
| HSL | 118.4º | 0.65% | 0.45% | - |
| HSV(B) | 118.4º | 0.79% | 0.75% | - |
| XYZ | 20.11 | 37.98 | 8.37 | - |
| YUV | 130.25 | 77.63 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 41 | 0.76 | 0 | 0.79 | 0.25 | 118.4 | 0.65 | 0.45 |
| Hex | 2D | BF | 29 | 4C | 0 | 4F | 19 | 76 | 41 | 2D |
| Octal | 55 | 277 | 51 | 114 | 0 | 117 | 31 | 166 | 101 | 55 |
| Binary | 101101 | 10111111 | 101001 | 1001100 | 0 | 1001111 | 11001 | 1110110 | 1000001 | 101101 |
Color Harmonies of #2DBF29
Complementary color
Monochromatic Colors of #2DBF29
Black with #2DBF29
Text Example
Text Example
White with #2DBF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF29; }
p { color: rgb(45,191,41); }
H1.HeaderClassName
{
color: #2DBF29;
}
.AnyTagClassName
{
color: #2DBF29;
}
</style>
background-color css
<style>
a { background-color: #2DBF29; }
a { background-color: rgb(45,191,41); }
div.DivClassName
{
background-color: #2DBF29;
}
.BgClassName
{
background-color: #2DBF29;
}
</style>
border-color css
<style>
span { border-color: #2DBF29; }
span { border-color: rgb(45,191,41); }
td.TdClassName
{
border-color: #2DBF29;
}
.TagClassName
{
border-color: #2DBF29;
}
</style>