Shades of Lime Green #4FCC4A
Tints of Lime Green #4FCC4A
RGB
CMYK
RGB Variations
Color information
#4FCC4A (or 0x4FCC4A) is known color: Lime Green. HEX triplet: 4F, CC and 4A. RGB value is (79,204,74). Sum of RGB (Red+Green+Blue) = 79+204+74=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCC4A is #B033B5. Grayscale: #989898. Windows color (decimal): -11547574 or 4901967. OLE color: 4901967.
HSL color Cylindrical-coordinate representation of color #4FCC4A: hue angle of 117.69º degrees, saturation: 0.56, 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 #4FCC4A is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 74 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.2 |
| HSL | 117.69º | 0.56% | 0.55% | - |
| HSV(B) | 117.69º | 0.64% | 0.8% | - |
| XYZ | 26.05 | 45.34 | 13.86 | - |
| YUV | 151.81 | 84.09 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 74 | 0.61 | 0 | 0.64 | 0.2 | 117.69 | 0.56 | 0.55 |
| Hex | 4F | CC | 4A | 3D | 0 | 40 | 14 | 76 | 38 | 37 |
| Octal | 117 | 314 | 112 | 75 | 0 | 100 | 24 | 166 | 70 | 67 |
| Binary | 1001111 | 11001100 | 1001010 | 111101 | 0 | 1000000 | 10100 | 1110110 | 111000 | 110111 |
Color Harmonies of #4FCC4A
Complementary color
Monochromatic Colors of #4FCC4A
Black with #4FCC4A
Text Example
Text Example
White with #4FCC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCC4A; }
p { color: rgb(79,204,74); }
H1.HeaderClassName
{
color: #4FCC4A;
}
.AnyTagClassName
{
color: #4FCC4A;
}
</style>
background-color css
<style>
a { background-color: #4FCC4A; }
a { background-color: rgb(79,204,74); }
div.DivClassName
{
background-color: #4FCC4A;
}
.BgClassName
{
background-color: #4FCC4A;
}
</style>
border-color css
<style>
span { border-color: #4FCC4A; }
span { border-color: rgb(79,204,74); }
td.TdClassName
{
border-color: #4FCC4A;
}
.TagClassName
{
border-color: #4FCC4A;
}
</style>