Shades of Lime Green #4CD647
Tints of Lime Green #4CD647
RGB
CMYK
RGB Variations
Color information
#4CD647 (or 0x4CD647) is known color: Lime Green. HEX triplet: 4C, D6 and 47. RGB value is (76,214,71). Sum of RGB (Red+Green+Blue) = 76+214+71=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #4CD647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD647 is #B329B8. Grayscale: #9C9C9C. Windows color (decimal): -11741625 or 4707916. OLE color: 4707916.
HSL color Cylindrical-coordinate representation of color #4CD647: hue angle of 117.9º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CD647 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 214 | 71 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.16 |
| HSL | 117.9º | 0.64% | 0.56% | - |
| HSV(B) | 117.9º | 0.67% | 0.84% | - |
| XYZ | 28.16 | 50.08 | 14.14 | - |
| YUV | 156.44 | 79.78 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 214 | 71 | 0.64 | 0 | 0.67 | 0.16 | 117.9 | 0.64 | 0.56 |
| Hex | 4C | D6 | 47 | 40 | 0 | 43 | 10 | 76 | 40 | 38 |
| Octal | 114 | 326 | 107 | 100 | 0 | 103 | 20 | 166 | 100 | 70 |
| Binary | 1001100 | 11010110 | 1000111 | 1000000 | 0 | 1000011 | 10000 | 1110110 | 1000000 | 111000 |
Color Harmonies of #4CD647
Complementary color
Monochromatic Colors of #4CD647
Black with #4CD647
Text Example
Text Example
White with #4CD647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD647; }
p { color: rgb(76,214,71); }
H1.HeaderClassName
{
color: #4CD647;
}
.AnyTagClassName
{
color: #4CD647;
}
</style>
background-color css
<style>
a { background-color: #4CD647; }
a { background-color: rgb(76,214,71); }
div.DivClassName
{
background-color: #4CD647;
}
.BgClassName
{
background-color: #4CD647;
}
</style>
border-color css
<style>
span { border-color: #4CD647; }
span { border-color: rgb(76,214,71); }
td.TdClassName
{
border-color: #4CD647;
}
.TagClassName
{
border-color: #4CD647;
}
</style>