Shades of Lime Green #4FD744
Tints of Lime Green #4FD744
RGB
CMYK
RGB Variations
Color information
#4FD744 (or 0x4FD744) is known color: Lime Green. HEX triplet: 4F, D7 and 44. RGB value is (79,215,68). Sum of RGB (Red+Green+Blue) = 79+215+68=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #4FD744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD744 is #B028BB. Grayscale: #9E9E9E. Windows color (decimal): -11544764 or 4511567. OLE color: 4511567.
HSL color Cylindrical-coordinate representation of color #4FD744: hue angle of 115.51º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FD744 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 215 | 68 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.16 |
| HSL | 115.51º | 0.65% | 0.55% | - |
| HSV(B) | 115.51º | 0.68% | 0.84% | - |
| XYZ | 28.57 | 50.68 | 13.75 | - |
| YUV | 157.58 | 77.44 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 215 | 68 | 0.63 | 0 | 0.68 | 0.16 | 115.51 | 0.65 | 0.55 |
| Hex | 4F | D7 | 44 | 3F | 0 | 44 | 10 | 74 | 41 | 37 |
| Octal | 117 | 327 | 104 | 77 | 0 | 104 | 20 | 164 | 101 | 67 |
| Binary | 1001111 | 11010111 | 1000100 | 111111 | 0 | 1000100 | 10000 | 1110100 | 1000001 | 110111 |
Color Harmonies of #4FD744
Complementary color
Monochromatic Colors of #4FD744
Black with #4FD744
Text Example
Text Example
White with #4FD744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD744; }
p { color: rgb(79,215,68); }
H1.HeaderClassName
{
color: #4FD744;
}
.AnyTagClassName
{
color: #4FD744;
}
</style>
background-color css
<style>
a { background-color: #4FD744; }
a { background-color: rgb(79,215,68); }
div.DivClassName
{
background-color: #4FD744;
}
.BgClassName
{
background-color: #4FD744;
}
</style>
border-color css
<style>
span { border-color: #4FD744; }
span { border-color: rgb(79,215,68); }
td.TdClassName
{
border-color: #4FD744;
}
.TagClassName
{
border-color: #4FD744;
}
</style>