Shades of Lime Green #2DC647
Tints of Lime Green #2DC647
RGB
CMYK
RGB Variations
Color information
#2DC647 (or 0x2DC647) is known color: Lime Green. HEX triplet: 2D, C6 and 47. RGB value is (45,198,71). Sum of RGB (Red+Green+Blue) = 45+198+71=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 198 (77.73% from 255 or 63.06% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC647 is #D239B8. Grayscale: #8A8A8A. Windows color (decimal): -13777337 or 4703789. OLE color: 4703789.
HSL color Cylindrical-coordinate representation of color #2DC647: hue angle of 130.2º 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 #2DC647 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 71 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.22 |
| HSL | 130.2º | 0.63% | 0.48% | - |
| HSV(B) | 130.2º | 0.77% | 0.78% | - |
| XYZ | 22.41 | 41.4 | 12.77 | - |
| YUV | 137.78 | 90.31 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 71 | 0.77 | 0 | 0.64 | 0.22 | 130.2 | 0.63 | 0.48 |
| Hex | 2D | C6 | 47 | 4D | 0 | 40 | 16 | 82 | 3F | 30 |
| Octal | 55 | 306 | 107 | 115 | 0 | 100 | 26 | 202 | 77 | 60 |
| Binary | 101101 | 11000110 | 1000111 | 1001101 | 0 | 1000000 | 10110 | 10000010 | 111111 | 110000 |
Color Harmonies of #2DC647
Complementary color
Monochromatic Colors of #2DC647
Black with #2DC647
Text Example
Text Example
White with #2DC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC647; }
p { color: rgb(45,198,71); }
H1.HeaderClassName
{
color: #2DC647;
}
.AnyTagClassName
{
color: #2DC647;
}
</style>
background-color css
<style>
a { background-color: #2DC647; }
a { background-color: rgb(45,198,71); }
div.DivClassName
{
background-color: #2DC647;
}
.BgClassName
{
background-color: #2DC647;
}
</style>
border-color css
<style>
span { border-color: #2DC647; }
span { border-color: rgb(45,198,71); }
td.TdClassName
{
border-color: #2DC647;
}
.TagClassName
{
border-color: #2DC647;
}
</style>