Shades of Lime Green #4CD14C
Tints of Lime Green #4CD14C
RGB
CMYK
RGB Variations
Color information
#4CD14C (or 0x4CD14C) is known color: Lime Green. HEX triplet: 4C, D1 and 4C. RGB value is (76,209,76). Sum of RGB (Red+Green+Blue) = 76+209+76=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #4CD14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD14C is #B32EB3. Grayscale: #9A9A9A. Windows color (decimal): -11742900 or 5034316. OLE color: 5034316.
HSL color Cylindrical-coordinate representation of color #4CD14C: hue angle of 120º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD14C is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 209 | 76 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.18 |
| HSL | 120º | 0.59% | 0.56% | - |
| HSV(B) | 120º | 0.64% | 0.82% | - |
| XYZ | 27.09 | 47.66 | 14.61 | - |
| YUV | 154.07 | 83.94 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 209 | 76 | 0.64 | 0 | 0.64 | 0.18 | 120 | 0.59 | 0.56 |
| Hex | 4C | D1 | 4C | 40 | 0 | 40 | 12 | 78 | 3B | 38 |
| Octal | 114 | 321 | 114 | 100 | 0 | 100 | 22 | 170 | 73 | 70 |
| Binary | 1001100 | 11010001 | 1001100 | 1000000 | 0 | 1000000 | 10010 | 1111000 | 111011 | 111000 |
Color Harmonies of #4CD14C
Complementary color
Monochromatic Colors of #4CD14C
Black with #4CD14C
Text Example
Text Example
White with #4CD14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD14C; }
p { color: rgb(76,209,76); }
H1.HeaderClassName
{
color: #4CD14C;
}
.AnyTagClassName
{
color: #4CD14C;
}
</style>
background-color css
<style>
a { background-color: #4CD14C; }
a { background-color: rgb(76,209,76); }
div.DivClassName
{
background-color: #4CD14C;
}
.BgClassName
{
background-color: #4CD14C;
}
</style>
border-color css
<style>
span { border-color: #4CD14C; }
span { border-color: rgb(76,209,76); }
td.TdClassName
{
border-color: #4CD14C;
}
.TagClassName
{
border-color: #4CD14C;
}
</style>