Shades of Lime Green #4FCD4C
Tints of Lime Green #4FCD4C
RGB
CMYK
RGB Variations
Color information
#4FCD4C (or 0x4FCD4C) is known color: Lime Green. HEX triplet: 4F, CD and 4C. RGB value is (79,205,76). Sum of RGB (Red+Green+Blue) = 79+205+76=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCD4C is #B032B3. Grayscale: #999999. Windows color (decimal): -11547316 or 5033295. OLE color: 5033295.
HSL color Cylindrical-coordinate representation of color #4FCD4C: hue angle of 118.6º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FCD4C is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 76 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.20 |
| HSL | 118.6º | 0.56% | 0.55% | - |
| HSV(B) | 118.6º | 0.63% | 0.8% | - |
| XYZ | 26.36 | 45.85 | 14.3 | - |
| YUV | 152.62 | 84.76 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 76 | 0.61 | 0 | 0.63 | 0.20 | 118.6 | 0.56 | 0.55 |
| Hex | 4F | CD | 4C | 3D | 0 | 3F | 14 | 77 | 38 | 37 |
| Octal | 117 | 315 | 114 | 75 | 0 | 77 | 24 | 167 | 70 | 67 |
| Binary | 1001111 | 11001101 | 1001100 | 111101 | 0 | 111111 | 10100 | 1110111 | 111000 | 110111 |
Color Harmonies of #4FCD4C
Complementary color
Monochromatic Colors of #4FCD4C
Black with #4FCD4C
Text Example
Text Example
White with #4FCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCD4C; }
p { color: rgb(79,205,76); }
H1.HeaderClassName
{
color: #4FCD4C;
}
.AnyTagClassName
{
color: #4FCD4C;
}
</style>
background-color css
<style>
a { background-color: #4FCD4C; }
a { background-color: rgb(79,205,76); }
div.DivClassName
{
background-color: #4FCD4C;
}
.BgClassName
{
background-color: #4FCD4C;
}
</style>
border-color css
<style>
span { border-color: #4FCD4C; }
span { border-color: rgb(79,205,76); }
td.TdClassName
{
border-color: #4FCD4C;
}
.TagClassName
{
border-color: #4FCD4C;
}
</style>