Shades of Lime Green #4FEB28
Tints of Lime Green #4FEB28
RGB
CMYK
RGB Variations
Color information
#4FEB28 (or 0x4FEB28) is known color: Lime Green. HEX triplet: 4F, EB and 28. RGB value is (79,235,40). Sum of RGB (Red+Green+Blue) = 79+235+40=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 235 (92.19% from 255 or 66.38% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEB28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEB28 is #B014D7. Grayscale: #A6A6A6. Windows color (decimal): -11539672 or 2681679. OLE color: 2681679.
HSL color Cylindrical-coordinate representation of color #4FEB28: hue angle of 108º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4FEB28 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 40 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.08 |
| HSL | 108º | 0.83% | 0.54% | - |
| HSV(B) | 108º | 0.83% | 0.92% | - |
| XYZ | 33.32 | 61.23 | 12.07 | - |
| YUV | 166.13 | 56.82 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 40 | 0.66 | 0 | 0.83 | 0.08 | 108 | 0.83 | 0.54 |
| Hex | 4F | EB | 28 | 42 | 0 | 53 | 8 | 6C | 53 | 36 |
| Octal | 117 | 353 | 50 | 102 | 0 | 123 | 10 | 154 | 123 | 66 |
| Binary | 1001111 | 11101011 | 101000 | 1000010 | 0 | 1010011 | 1000 | 1101100 | 1010011 | 110110 |
Color Harmonies of #4FEB28
Complementary color
Monochromatic Colors of #4FEB28
Black with #4FEB28
Text Example
Text Example
White with #4FEB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEB28; }
p { color: rgb(79,235,40); }
H1.HeaderClassName
{
color: #4FEB28;
}
.AnyTagClassName
{
color: #4FEB28;
}
</style>
background-color css
<style>
a { background-color: #4FEB28; }
a { background-color: rgb(79,235,40); }
div.DivClassName
{
background-color: #4FEB28;
}
.BgClassName
{
background-color: #4FEB28;
}
</style>
border-color css
<style>
span { border-color: #4FEB28; }
span { border-color: rgb(79,235,40); }
td.TdClassName
{
border-color: #4FEB28;
}
.TagClassName
{
border-color: #4FEB28;
}
</style>