Shades of Lime Green #4FCD4A
Tints of Lime Green #4FCD4A
RGB
CMYK
RGB Variations
Color information
#4FCD4A (or 0x4FCD4A) is known color: Lime Green. HEX triplet: 4F, CD and 4A. RGB value is (79,205,74). Sum of RGB (Red+Green+Blue) = 79+205+74=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCD4A is #B032B5. Grayscale: #989898. Windows color (decimal): -11547318 or 4902223. OLE color: 4902223.
HSL color Cylindrical-coordinate representation of color #4FCD4A: hue angle of 117.71º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FCD4A is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 74 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.20 |
| HSL | 117.71º | 0.57% | 0.55% | - |
| HSV(B) | 117.71º | 0.64% | 0.8% | - |
| XYZ | 26.29 | 45.82 | 13.94 | - |
| YUV | 152.39 | 83.76 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 74 | 0.61 | 0 | 0.64 | 0.20 | 117.71 | 0.57 | 0.55 |
| Hex | 4F | CD | 4A | 3D | 0 | 40 | 14 | 76 | 39 | 37 |
| Octal | 117 | 315 | 112 | 75 | 0 | 100 | 24 | 166 | 71 | 67 |
| Binary | 1001111 | 11001101 | 1001010 | 111101 | 0 | 1000000 | 10100 | 1110110 | 111001 | 110111 |
Color Harmonies of #4FCD4A
Complementary color
Monochromatic Colors of #4FCD4A
Black with #4FCD4A
Text Example
Text Example
White with #4FCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCD4A; }
p { color: rgb(79,205,74); }
H1.HeaderClassName
{
color: #4FCD4A;
}
.AnyTagClassName
{
color: #4FCD4A;
}
</style>
background-color css
<style>
a { background-color: #4FCD4A; }
a { background-color: rgb(79,205,74); }
div.DivClassName
{
background-color: #4FCD4A;
}
.BgClassName
{
background-color: #4FCD4A;
}
</style>
border-color css
<style>
span { border-color: #4FCD4A; }
span { border-color: rgb(79,205,74); }
td.TdClassName
{
border-color: #4FCD4A;
}
.TagClassName
{
border-color: #4FCD4A;
}
</style>