Shades of Lime Green #2DBC47
Tints of Lime Green #2DBC47
RGB
CMYK
RGB Variations
Color information
#2DBC47 (or 0x2DBC47) is known color: Lime Green. HEX triplet: 2D, BC and 47. RGB value is (45,188,71). Sum of RGB (Red+Green+Blue) = 45+188+71=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBC47 is #D243B8. Grayscale: #848484. Windows color (decimal): -13779897 or 4701229. OLE color: 4701229.
HSL color Cylindrical-coordinate representation of color #2DBC47: hue angle of 130.91º 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 #2DBC47 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 71 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.26 |
| HSL | 130.91º | 0.61% | 0.46% | - |
| HSV(B) | 130.91º | 0.76% | 0.74% | - |
| XYZ | 20.2 | 36.98 | 12.03 | - |
| YUV | 131.91 | 93.62 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 71 | 0.76 | 0 | 0.62 | 0.26 | 130.91 | 0.61 | 0.46 |
| Hex | 2D | BC | 47 | 4C | 0 | 3E | 1A | 83 | 3D | 2E |
| Octal | 55 | 274 | 107 | 114 | 0 | 76 | 32 | 203 | 75 | 56 |
| Binary | 101101 | 10111100 | 1000111 | 1001100 | 0 | 111110 | 11010 | 10000011 | 111101 | 101110 |
Color Harmonies of #2DBC47
Complementary color
Monochromatic Colors of #2DBC47
Black with #2DBC47
Text Example
Text Example
White with #2DBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC47; }
p { color: rgb(45,188,71); }
H1.HeaderClassName
{
color: #2DBC47;
}
.AnyTagClassName
{
color: #2DBC47;
}
</style>
background-color css
<style>
a { background-color: #2DBC47; }
a { background-color: rgb(45,188,71); }
div.DivClassName
{
background-color: #2DBC47;
}
.BgClassName
{
background-color: #2DBC47;
}
</style>
border-color css
<style>
span { border-color: #2DBC47; }
span { border-color: rgb(45,188,71); }
td.TdClassName
{
border-color: #2DBC47;
}
.TagClassName
{
border-color: #2DBC47;
}
</style>