Shades of Lime Green #2DC047
Tints of Lime Green #2DC047
RGB
CMYK
RGB Variations
Color information
#2DC047 (or 0x2DC047) is known color: Lime Green. HEX triplet: 2D, C0 and 47. RGB value is (45,192,71). Sum of RGB (Red+Green+Blue) = 45+192+71=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC047 is #D23FB8. Grayscale: #868686. Windows color (decimal): -13778873 or 4702253. OLE color: 4702253.
HSL color Cylindrical-coordinate representation of color #2DC047: hue angle of 130.61º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC047 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 71 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.25 |
| HSL | 130.61º | 0.62% | 0.46% | - |
| HSV(B) | 130.61º | 0.77% | 0.75% | - |
| XYZ | 21.07 | 38.71 | 12.32 | - |
| YUV | 134.25 | 92.3 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 71 | 0.77 | 0 | 0.63 | 0.25 | 130.61 | 0.62 | 0.46 |
| Hex | 2D | C0 | 47 | 4D | 0 | 3F | 19 | 83 | 3E | 2E |
| Octal | 55 | 300 | 107 | 115 | 0 | 77 | 31 | 203 | 76 | 56 |
| Binary | 101101 | 11000000 | 1000111 | 1001101 | 0 | 111111 | 11001 | 10000011 | 111110 | 101110 |
Color Harmonies of #2DC047
Complementary color
Monochromatic Colors of #2DC047
Black with #2DC047
Text Example
Text Example
White with #2DC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC047; }
p { color: rgb(45,192,71); }
H1.HeaderClassName
{
color: #2DC047;
}
.AnyTagClassName
{
color: #2DC047;
}
</style>
background-color css
<style>
a { background-color: #2DC047; }
a { background-color: rgb(45,192,71); }
div.DivClassName
{
background-color: #2DC047;
}
.BgClassName
{
background-color: #2DC047;
}
</style>
border-color css
<style>
span { border-color: #2DC047; }
span { border-color: rgb(45,192,71); }
td.TdClassName
{
border-color: #2DC047;
}
.TagClassName
{
border-color: #2DC047;
}
</style>