Shades of Lime Green #4FE533
Tints of Lime Green #4FE533
RGB
CMYK
RGB Variations
Color information
#4FE533 (or 0x4FE533) is known color: Lime Green. HEX triplet: 4F, E5 and 33. RGB value is (79,229,51). Sum of RGB (Red+Green+Blue) = 79+229+51=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 229 (89.84% from 255 or 63.79% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 229 - color contains mainly: green. Hex color #4FE533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE533 is #B01ACC. Grayscale: #A4A4A4. Windows color (decimal): -11541197 or 3401039. OLE color: 3401039.
HSL color Cylindrical-coordinate representation of color #4FE533: hue angle of 110.56º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4FE533 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 229 | 51 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.10 |
| HSL | 110.56º | 0.77% | 0.55% | - |
| HSV(B) | 110.56º | 0.78% | 0.9% | - |
| XYZ | 31.84 | 57.94 | 12.64 | - |
| YUV | 163.86 | 64.31 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 229 | 51 | 0.66 | 0 | 0.78 | 0.10 | 110.56 | 0.77 | 0.55 |
| Hex | 4F | E5 | 33 | 42 | 0 | 4E | A | 6F | 4D | 37 |
| Octal | 117 | 345 | 63 | 102 | 0 | 116 | 12 | 157 | 115 | 67 |
| Binary | 1001111 | 11100101 | 110011 | 1000010 | 0 | 1001110 | 1010 | 1101111 | 1001101 | 110111 |
Color Harmonies of #4FE533
Complementary color
Monochromatic Colors of #4FE533
Black with #4FE533
Text Example
Text Example
White with #4FE533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE533; }
p { color: rgb(79,229,51); }
H1.HeaderClassName
{
color: #4FE533;
}
.AnyTagClassName
{
color: #4FE533;
}
</style>
background-color css
<style>
a { background-color: #4FE533; }
a { background-color: rgb(79,229,51); }
div.DivClassName
{
background-color: #4FE533;
}
.BgClassName
{
background-color: #4FE533;
}
</style>
border-color css
<style>
span { border-color: #4FE533; }
span { border-color: rgb(79,229,51); }
td.TdClassName
{
border-color: #4FE533;
}
.TagClassName
{
border-color: #4FE533;
}
</style>