Shades of Lime Green #2DB949
Tints of Lime Green #2DB949
RGB
CMYK
RGB Variations
Color information
#2DB949 (or 0x2DB949) is known color: Lime Green. HEX triplet: 2D, B9 and 49. RGB value is (45,185,73). Sum of RGB (Red+Green+Blue) = 45+185+73=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 185 (72.66% from 255 or 61.06% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB949 is #D246B6. Grayscale: #828282. Windows color (decimal): -13780663 or 4831533. OLE color: 4831533.
HSL color Cylindrical-coordinate representation of color #2DB949: hue angle of 132º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB949 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 185 | 73 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.27 |
| HSL | 132º | 0.61% | 0.45% | - |
| HSV(B) | 132º | 0.76% | 0.73% | - |
| XYZ | 19.63 | 35.74 | 12.17 | - |
| YUV | 130.37 | 95.62 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 73 | 0.76 | 0 | 0.61 | 0.27 | 132 | 0.61 | 0.45 |
| Hex | 2D | B9 | 49 | 4C | 0 | 3D | 1B | 84 | 3D | 2D |
| Octal | 55 | 271 | 111 | 114 | 0 | 75 | 33 | 204 | 75 | 55 |
| Binary | 101101 | 10111001 | 1001001 | 1001100 | 0 | 111101 | 11011 | 10000100 | 111101 | 101101 |
Color Harmonies of #2DB949
Complementary color
Monochromatic Colors of #2DB949
Black with #2DB949
Text Example
Text Example
White with #2DB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB949; }
p { color: rgb(45,185,73); }
H1.HeaderClassName
{
color: #2DB949;
}
.AnyTagClassName
{
color: #2DB949;
}
</style>
background-color css
<style>
a { background-color: #2DB949; }
a { background-color: rgb(45,185,73); }
div.DivClassName
{
background-color: #2DB949;
}
.BgClassName
{
background-color: #2DB949;
}
</style>
border-color css
<style>
span { border-color: #2DB949; }
span { border-color: rgb(45,185,73); }
td.TdClassName
{
border-color: #2DB949;
}
.TagClassName
{
border-color: #2DB949;
}
</style>