Shades of Lime Green #2DB847
Tints of Lime Green #2DB847
RGB
CMYK
RGB Variations
Color information
#2DB847 (or 0x2DB847) is known color: Lime Green. HEX triplet: 2D, B8 and 47. RGB value is (45,184,71). Sum of RGB (Red+Green+Blue) = 45+184+71=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 184 (72.27% from 255 or 61.33% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB847 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB847 is #D247B8. Grayscale: #818181. Windows color (decimal): -13780921 or 4700205. OLE color: 4700205.
HSL color Cylindrical-coordinate representation of color #2DB847: hue angle of 131.22º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB847 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 184 | 71 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.28 |
| HSL | 131.22º | 0.61% | 0.45% | - |
| HSV(B) | 131.22º | 0.76% | 0.72% | - |
| XYZ | 19.36 | 35.29 | 11.75 | - |
| YUV | 129.56 | 94.95 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 71 | 0.76 | 0 | 0.61 | 0.28 | 131.22 | 0.61 | 0.45 |
| Hex | 2D | B8 | 47 | 4C | 0 | 3D | 1C | 83 | 3D | 2D |
| Octal | 55 | 270 | 107 | 114 | 0 | 75 | 34 | 203 | 75 | 55 |
| Binary | 101101 | 10111000 | 1000111 | 1001100 | 0 | 111101 | 11100 | 10000011 | 111101 | 101101 |
Color Harmonies of #2DB847
Complementary color
Monochromatic Colors of #2DB847
Black with #2DB847
Text Example
Text Example
White with #2DB847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB847; }
p { color: rgb(45,184,71); }
H1.HeaderClassName
{
color: #2DB847;
}
.AnyTagClassName
{
color: #2DB847;
}
</style>
background-color css
<style>
a { background-color: #2DB847; }
a { background-color: rgb(45,184,71); }
div.DivClassName
{
background-color: #2DB847;
}
.BgClassName
{
background-color: #2DB847;
}
</style>
border-color css
<style>
span { border-color: #2DB847; }
span { border-color: rgb(45,184,71); }
td.TdClassName
{
border-color: #2DB847;
}
.TagClassName
{
border-color: #2DB847;
}
</style>