Shades of Lime Green #2DC747
Tints of Lime Green #2DC747
RGB
CMYK
RGB Variations
Color information
#2DC747 (or 0x2DC747) is known color: Lime Green. HEX triplet: 2D, C7 and 47. RGB value is (45,199,71). Sum of RGB (Red+Green+Blue) = 45+199+71=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 199 (78.12% from 255 or 63.17% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC747 is #D238B8. Grayscale: #8A8A8A. Windows color (decimal): -13777081 or 4704045. OLE color: 4704045.
HSL color Cylindrical-coordinate representation of color #2DC747: hue angle of 130.13º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC747 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 199 | 71 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.22 |
| HSL | 130.13º | 0.63% | 0.48% | - |
| HSV(B) | 130.13º | 0.77% | 0.78% | - |
| XYZ | 22.64 | 41.86 | 12.85 | - |
| YUV | 138.36 | 89.98 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 199 | 71 | 0.77 | 0 | 0.64 | 0.22 | 130.13 | 0.63 | 0.48 |
| Hex | 2D | C7 | 47 | 4D | 0 | 40 | 16 | 82 | 3F | 30 |
| Octal | 55 | 307 | 107 | 115 | 0 | 100 | 26 | 202 | 77 | 60 |
| Binary | 101101 | 11000111 | 1000111 | 1001101 | 0 | 1000000 | 10110 | 10000010 | 111111 | 110000 |
Color Harmonies of #2DC747
Complementary color
Monochromatic Colors of #2DC747
Black with #2DC747
Text Example
Text Example
White with #2DC747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC747; }
p { color: rgb(45,199,71); }
H1.HeaderClassName
{
color: #2DC747;
}
.AnyTagClassName
{
color: #2DC747;
}
</style>
background-color css
<style>
a { background-color: #2DC747; }
a { background-color: rgb(45,199,71); }
div.DivClassName
{
background-color: #2DC747;
}
.BgClassName
{
background-color: #2DC747;
}
</style>
border-color css
<style>
span { border-color: #2DC747; }
span { border-color: rgb(45,199,71); }
td.TdClassName
{
border-color: #2DC747;
}
.TagClassName
{
border-color: #2DC747;
}
</style>