Shades of Lime Green #4FD74C
Tints of Lime Green #4FD74C
RGB
CMYK
RGB Variations
Color information
#4FD74C (or 0x4FD74C) is known color: Lime Green. HEX triplet: 4F, D7 and 4C. RGB value is (79,215,76). Sum of RGB (Red+Green+Blue) = 79+215+76=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #4FD74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD74C is #B028B3. Grayscale: #9E9E9E. Windows color (decimal): -11544756 or 5035855. OLE color: 5035855.
HSL color Cylindrical-coordinate representation of color #4FD74C: hue angle of 118.71º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FD74C is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 215 | 76 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.16 |
| HSL | 118.71º | 0.63% | 0.57% | - |
| HSV(B) | 118.71º | 0.65% | 0.84% | - |
| XYZ | 28.83 | 50.78 | 15.12 | - |
| YUV | 158.49 | 81.44 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 215 | 76 | 0.63 | 0 | 0.65 | 0.16 | 118.71 | 0.63 | 0.57 |
| Hex | 4F | D7 | 4C | 3F | 0 | 41 | 10 | 77 | 3F | 39 |
| Octal | 117 | 327 | 114 | 77 | 0 | 101 | 20 | 167 | 77 | 71 |
| Binary | 1001111 | 11010111 | 1001100 | 111111 | 0 | 1000001 | 10000 | 1110111 | 111111 | 111001 |
Color Harmonies of #4FD74C
Complementary color
Monochromatic Colors of #4FD74C
Black with #4FD74C
Text Example
Text Example
White with #4FD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD74C; }
p { color: rgb(79,215,76); }
H1.HeaderClassName
{
color: #4FD74C;
}
.AnyTagClassName
{
color: #4FD74C;
}
</style>
background-color css
<style>
a { background-color: #4FD74C; }
a { background-color: rgb(79,215,76); }
div.DivClassName
{
background-color: #4FD74C;
}
.BgClassName
{
background-color: #4FD74C;
}
</style>
border-color css
<style>
span { border-color: #4FD74C; }
span { border-color: rgb(79,215,76); }
td.TdClassName
{
border-color: #4FD74C;
}
.TagClassName
{
border-color: #4FD74C;
}
</style>