Shades of Lime Green #4FDE28
Tints of Lime Green #4FDE28
RGB
CMYK
RGB Variations
Color information
#4FDE28 (or 0x4FDE28) is known color: Lime Green. HEX triplet: 4F, DE and 28. RGB value is (79,222,40). Sum of RGB (Red+Green+Blue) = 79+222+40=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 222 (87.11% from 255 or 65.10% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDE28 is #B021D7. Grayscale: #9F9F9F. Windows color (decimal): -11543000 or 2678351. OLE color: 2678351.
HSL color Cylindrical-coordinate representation of color #4FDE28: hue angle of 107.14º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4FDE28 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 222 | 40 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.13 |
| HSL | 107.14º | 0.73% | 0.51% | - |
| HSV(B) | 107.14º | 0.82% | 0.87% | - |
| XYZ | 29.73 | 54.06 | 10.87 | - |
| YUV | 158.5 | 61.12 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 40 | 0.64 | 0 | 0.82 | 0.13 | 107.14 | 0.73 | 0.51 |
| Hex | 4F | DE | 28 | 40 | 0 | 52 | D | 6B | 49 | 33 |
| Octal | 117 | 336 | 50 | 100 | 0 | 122 | 15 | 153 | 111 | 63 |
| Binary | 1001111 | 11011110 | 101000 | 1000000 | 0 | 1010010 | 1101 | 1101011 | 1001001 | 110011 |
Color Harmonies of #4FDE28
Complementary color
Monochromatic Colors of #4FDE28
Black with #4FDE28
Text Example
Text Example
White with #4FDE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDE28; }
p { color: rgb(79,222,40); }
H1.HeaderClassName
{
color: #4FDE28;
}
.AnyTagClassName
{
color: #4FDE28;
}
</style>
background-color css
<style>
a { background-color: #4FDE28; }
a { background-color: rgb(79,222,40); }
div.DivClassName
{
background-color: #4FDE28;
}
.BgClassName
{
background-color: #4FDE28;
}
</style>
border-color css
<style>
span { border-color: #4FDE28; }
span { border-color: rgb(79,222,40); }
td.TdClassName
{
border-color: #4FDE28;
}
.TagClassName
{
border-color: #4FDE28;
}
</style>