Shades of Lime Green #4FD44A
Tints of Lime Green #4FD44A
RGB
CMYK
RGB Variations
Color information
#4FD44A (or 0x4FD44A) is known color: Lime Green. HEX triplet: 4F, D4 and 4A. RGB value is (79,212,74). Sum of RGB (Red+Green+Blue) = 79+212+74=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #4FD44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD44A is #B02BB5. Grayscale: #9C9C9C. Windows color (decimal): -11545526 or 4904015. OLE color: 4904015.
HSL color Cylindrical-coordinate representation of color #4FD44A: hue angle of 117.83º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FD44A is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 79 | 212 | 74 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.17 |
| HSL | 117.83º | 0.62% | 0.56% | - |
| HSV(B) | 117.83º | 0.65% | 0.83% | - |
| XYZ | 28 | 49.24 | 14.51 | - |
| YUV | 156.5 | 81.44 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 212 | 74 | 0.63 | 0 | 0.65 | 0.17 | 117.83 | 0.62 | 0.56 |
| Hex | 4F | D4 | 4A | 3F | 0 | 41 | 11 | 76 | 3E | 38 |
| Octal | 117 | 324 | 112 | 77 | 0 | 101 | 21 | 166 | 76 | 70 |
| Binary | 1001111 | 11010100 | 1001010 | 111111 | 0 | 1000001 | 10001 | 1110110 | 111110 | 111000 |
Color Harmonies of #4FD44A
Complementary color
Monochromatic Colors of #4FD44A
Black with #4FD44A
Text Example
Text Example
White with #4FD44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD44A; }
p { color: rgb(79,212,74); }
H1.HeaderClassName
{
color: #4FD44A;
}
.AnyTagClassName
{
color: #4FD44A;
}
</style>
background-color css
<style>
a { background-color: #4FD44A; }
a { background-color: rgb(79,212,74); }
div.DivClassName
{
background-color: #4FD44A;
}
.BgClassName
{
background-color: #4FD44A;
}
</style>
border-color css
<style>
span { border-color: #4FD44A; }
span { border-color: rgb(79,212,74); }
td.TdClassName
{
border-color: #4FD44A;
}
.TagClassName
{
border-color: #4FD44A;
}
</style>