Shades of Lime Green #4FE028
Tints of Lime Green #4FE028
RGB
CMYK
RGB Variations
Color information
#4FE028 (or 0x4FE028) is known color: Lime Green. HEX triplet: 4F, E0 and 28. RGB value is (79,224,40). Sum of RGB (Red+Green+Blue) = 79+224+40=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 224 (87.89% from 255 or 65.31% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 224 - color contains mainly: green. Hex color #4FE028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE028 is #B01FD7. Grayscale: #A0A0A0. Windows color (decimal): -11542488 or 2678863. OLE color: 2678863.
HSL color Cylindrical-coordinate representation of color #4FE028: hue angle of 107.28º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4FE028 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 224 | 40 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.12 |
| HSL | 107.28º | 0.75% | 0.52% | - |
| HSV(B) | 107.28º | 0.82% | 0.88% | - |
| XYZ | 30.26 | 55.13 | 11.05 | - |
| YUV | 159.67 | 60.46 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 224 | 40 | 0.65 | 0 | 0.82 | 0.12 | 107.28 | 0.75 | 0.52 |
| Hex | 4F | E0 | 28 | 41 | 0 | 52 | C | 6B | 4B | 34 |
| Octal | 117 | 340 | 50 | 101 | 0 | 122 | 14 | 153 | 113 | 64 |
| Binary | 1001111 | 11100000 | 101000 | 1000001 | 0 | 1010010 | 1100 | 1101011 | 1001011 | 110100 |
Color Harmonies of #4FE028
Complementary color
Monochromatic Colors of #4FE028
Black with #4FE028
Text Example
Text Example
White with #4FE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE028; }
p { color: rgb(79,224,40); }
H1.HeaderClassName
{
color: #4FE028;
}
.AnyTagClassName
{
color: #4FE028;
}
</style>
background-color css
<style>
a { background-color: #4FE028; }
a { background-color: rgb(79,224,40); }
div.DivClassName
{
background-color: #4FE028;
}
.BgClassName
{
background-color: #4FE028;
}
</style>
border-color css
<style>
span { border-color: #4FE028; }
span { border-color: rgb(79,224,40); }
td.TdClassName
{
border-color: #4FE028;
}
.TagClassName
{
border-color: #4FE028;
}
</style>