Shades of Lime Green #4FE548
Tints of Lime Green #4FE548
RGB
CMYK
RGB Variations
Color information
#4FE548 (or 0x4FE548) is known color: Lime Green. HEX triplet: 4F, E5 and 48. RGB value is (79,229,72). Sum of RGB (Red+Green+Blue) = 79+229+72=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 229 (89.84% from 255 or 60.26% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 229 - color contains mainly: green. Hex color #4FE548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE548 is #B01AB7. Grayscale: #A6A6A6. Windows color (decimal): -11541176 or 4777295. OLE color: 4777295.
HSL color Cylindrical-coordinate representation of color #4FE548: hue angle of 117.32º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FE548 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 229 | 72 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.10 |
| HSL | 117.32º | 0.75% | 0.59% | - |
| HSV(B) | 117.32º | 0.69% | 0.9% | - |
| XYZ | 32.41 | 58.17 | 15.65 | - |
| YUV | 166.25 | 74.81 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 229 | 72 | 0.66 | 0 | 0.69 | 0.10 | 117.32 | 0.75 | 0.59 |
| Hex | 4F | E5 | 48 | 42 | 0 | 45 | A | 75 | 4B | 3B |
| Octal | 117 | 345 | 110 | 102 | 0 | 105 | 12 | 165 | 113 | 73 |
| Binary | 1001111 | 11100101 | 1001000 | 1000010 | 0 | 1000101 | 1010 | 1110101 | 1001011 | 111011 |
Color Harmonies of #4FE548
Complementary color
Monochromatic Colors of #4FE548
Black with #4FE548
Text Example
Text Example
White with #4FE548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE548; }
p { color: rgb(79,229,72); }
H1.HeaderClassName
{
color: #4FE548;
}
.AnyTagClassName
{
color: #4FE548;
}
</style>
background-color css
<style>
a { background-color: #4FE548; }
a { background-color: rgb(79,229,72); }
div.DivClassName
{
background-color: #4FE548;
}
.BgClassName
{
background-color: #4FE548;
}
</style>
border-color css
<style>
span { border-color: #4FE548; }
span { border-color: rgb(79,229,72); }
td.TdClassName
{
border-color: #4FE548;
}
.TagClassName
{
border-color: #4FE548;
}
</style>