Shades of Lime Green #2DBE49
Tints of Lime Green #2DBE49
RGB
CMYK
RGB Variations
Color information
#2DBE49 (or 0x2DBE49) is known color: Lime Green. HEX triplet: 2D, BE and 49. RGB value is (45,190,73). Sum of RGB (Red+Green+Blue) = 45+190+73=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 190 (74.61% from 255 or 61.69% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE49 is #D241B6. Grayscale: #858585. Windows color (decimal): -13779383 or 4832813. OLE color: 4832813.
HSL color Cylindrical-coordinate representation of color #2DBE49: hue angle of 131.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE49 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 73 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.25 |
| HSL | 131.59º | 0.62% | 0.46% | - |
| HSV(B) | 131.59º | 0.76% | 0.75% | - |
| XYZ | 20.7 | 37.87 | 12.52 | - |
| YUV | 133.31 | 93.96 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 73 | 0.76 | 0 | 0.62 | 0.25 | 131.59 | 0.62 | 0.46 |
| Hex | 2D | BE | 49 | 4C | 0 | 3E | 19 | 84 | 3E | 2E |
| Octal | 55 | 276 | 111 | 114 | 0 | 76 | 31 | 204 | 76 | 56 |
| Binary | 101101 | 10111110 | 1001001 | 1001100 | 0 | 111110 | 11001 | 10000100 | 111110 | 101110 |
Color Harmonies of #2DBE49
Complementary color
Monochromatic Colors of #2DBE49
Black with #2DBE49
Text Example
Text Example
White with #2DBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE49; }
p { color: rgb(45,190,73); }
H1.HeaderClassName
{
color: #2DBE49;
}
.AnyTagClassName
{
color: #2DBE49;
}
</style>
background-color css
<style>
a { background-color: #2DBE49; }
a { background-color: rgb(45,190,73); }
div.DivClassName
{
background-color: #2DBE49;
}
.BgClassName
{
background-color: #2DBE49;
}
</style>
border-color css
<style>
span { border-color: #2DBE49; }
span { border-color: rgb(45,190,73); }
td.TdClassName
{
border-color: #2DBE49;
}
.TagClassName
{
border-color: #2DBE49;
}
</style>