Shades of Lime Green #4FCB4A
Tints of Lime Green #4FCB4A
RGB
CMYK
RGB Variations
Color information
#4FCB4A (or 0x4FCB4A) is known color: Lime Green. HEX triplet: 4F, CB and 4A. RGB value is (79,203,74). Sum of RGB (Red+Green+Blue) = 79+203+74=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCB4A is #B034B5. Grayscale: #979797. Windows color (decimal): -11547830 or 4901711. OLE color: 4901711.
HSL color Cylindrical-coordinate representation of color #4FCB4A: hue angle of 117.67º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FCB4A is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 74 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.20 |
| HSL | 117.67º | 0.55% | 0.54% | - |
| HSV(B) | 117.67º | 0.64% | 0.8% | - |
| XYZ | 25.82 | 44.87 | 13.78 | - |
| YUV | 151.22 | 84.42 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 74 | 0.61 | 0 | 0.64 | 0.20 | 117.67 | 0.55 | 0.54 |
| Hex | 4F | CB | 4A | 3D | 0 | 40 | 14 | 76 | 37 | 36 |
| Octal | 117 | 313 | 112 | 75 | 0 | 100 | 24 | 166 | 67 | 66 |
| Binary | 1001111 | 11001011 | 1001010 | 111101 | 0 | 1000000 | 10100 | 1110110 | 110111 | 110110 |
Color Harmonies of #4FCB4A
Complementary color
Monochromatic Colors of #4FCB4A
Black with #4FCB4A
Text Example
Text Example
White with #4FCB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCB4A; }
p { color: rgb(79,203,74); }
H1.HeaderClassName
{
color: #4FCB4A;
}
.AnyTagClassName
{
color: #4FCB4A;
}
</style>
background-color css
<style>
a { background-color: #4FCB4A; }
a { background-color: rgb(79,203,74); }
div.DivClassName
{
background-color: #4FCB4A;
}
.BgClassName
{
background-color: #4FCB4A;
}
</style>
border-color css
<style>
span { border-color: #4FCB4A; }
span { border-color: rgb(79,203,74); }
td.TdClassName
{
border-color: #4FCB4A;
}
.TagClassName
{
border-color: #4FCB4A;
}
</style>