Shades of Lime Green #4FF533
Tints of Lime Green #4FF533
RGB
CMYK
RGB Variations
Color information
#4FF533 (or 0x4FF533) is known color: Lime Green. HEX triplet: 4F, F5 and 33. RGB value is (79,245,51). Sum of RGB (Red+Green+Blue) = 79+245+51=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 245 (96.09% from 255 or 65.33% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 245 - color contains mainly: green. Hex color #4FF533 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF533 is #B00ACC. Grayscale: #ADADAD. Windows color (decimal): -11537101 or 3405135. OLE color: 3405135.
HSL color Cylindrical-coordinate representation of color #4FF533: hue angle of 111.34º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FF533 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 245 | 51 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.04 |
| HSL | 111.34º | 0.91% | 0.58% | - |
| HSV(B) | 111.34º | 0.79% | 0.96% | - |
| XYZ | 36.47 | 67.21 | 14.18 | - |
| YUV | 173.25 | 59 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 245 | 51 | 0.68 | 0 | 0.79 | 0.04 | 111.34 | 0.91 | 0.58 |
| Hex | 4F | F5 | 33 | 44 | 0 | 4F | 4 | 6F | 5B | 3A |
| Octal | 117 | 365 | 63 | 104 | 0 | 117 | 4 | 157 | 133 | 72 |
| Binary | 1001111 | 11110101 | 110011 | 1000100 | 0 | 1001111 | 100 | 1101111 | 1011011 | 111010 |
Color Harmonies of #4FF533
Complementary color
Monochromatic Colors of #4FF533
Black with #4FF533
Text Example
Text Example
White with #4FF533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF533; }
p { color: rgb(79,245,51); }
H1.HeaderClassName
{
color: #4FF533;
}
.AnyTagClassName
{
color: #4FF533;
}
</style>
background-color css
<style>
a { background-color: #4FF533; }
a { background-color: rgb(79,245,51); }
div.DivClassName
{
background-color: #4FF533;
}
.BgClassName
{
background-color: #4FF533;
}
</style>
border-color css
<style>
span { border-color: #4FF533; }
span { border-color: rgb(79,245,51); }
td.TdClassName
{
border-color: #4FF533;
}
.TagClassName
{
border-color: #4FF533;
}
</style>