Shades of Lime Green #2DBC49
Tints of Lime Green #2DBC49
RGB
CMYK
RGB Variations
Color information
#2DBC49 (or 0x2DBC49) is known color: Lime Green. HEX triplet: 2D, BC and 49. RGB value is (45,188,73). Sum of RGB (Red+Green+Blue) = 45+188+73=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBC49 is #D243B6. Grayscale: #848484. Windows color (decimal): -13779895 or 4832301. OLE color: 4832301.
HSL color Cylindrical-coordinate representation of color #2DBC49: hue angle of 131.75º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC49 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 73 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.26 |
| HSL | 131.75º | 0.61% | 0.46% | - |
| HSV(B) | 131.75º | 0.76% | 0.74% | - |
| XYZ | 20.27 | 37.01 | 12.38 | - |
| YUV | 132.13 | 94.62 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 73 | 0.76 | 0 | 0.61 | 0.26 | 131.75 | 0.61 | 0.46 |
| Hex | 2D | BC | 49 | 4C | 0 | 3D | 1A | 84 | 3D | 2E |
| Octal | 55 | 274 | 111 | 114 | 0 | 75 | 32 | 204 | 75 | 56 |
| Binary | 101101 | 10111100 | 1001001 | 1001100 | 0 | 111101 | 11010 | 10000100 | 111101 | 101110 |
Color Harmonies of #2DBC49
Complementary color
Monochromatic Colors of #2DBC49
Black with #2DBC49
Text Example
Text Example
White with #2DBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC49; }
p { color: rgb(45,188,73); }
H1.HeaderClassName
{
color: #2DBC49;
}
.AnyTagClassName
{
color: #2DBC49;
}
</style>
background-color css
<style>
a { background-color: #2DBC49; }
a { background-color: rgb(45,188,73); }
div.DivClassName
{
background-color: #2DBC49;
}
.BgClassName
{
background-color: #2DBC49;
}
</style>
border-color css
<style>
span { border-color: #2DBC49; }
span { border-color: rgb(45,188,73); }
td.TdClassName
{
border-color: #2DBC49;
}
.TagClassName
{
border-color: #2DBC49;
}
</style>