Shades of Lime Green #4FDB52
Tints of Lime Green #4FDB52
RGB
CMYK
RGB Variations
Color information
#4FDB52 (or 0x4FDB52) is known color: Lime Green. HEX triplet: 4F, DB and 52. RGB value is (79,219,82). Sum of RGB (Red+Green+Blue) = 79+219+82=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDB52 is #B024AD. Grayscale: #A1A1A1. Windows color (decimal): -11543726 or 5430095. OLE color: 5430095.
HSL color Cylindrical-coordinate representation of color #4FDB52: hue angle of 121.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDB52 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 82 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.14 |
| HSL | 121.29º | 0.66% | 0.58% | - |
| HSV(B) | 121.29º | 0.64% | 0.86% | - |
| XYZ | 30.08 | 52.93 | 16.61 | - |
| YUV | 161.52 | 83.12 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 82 | 0.64 | 0 | 0.63 | 0.14 | 121.29 | 0.66 | 0.58 |
| Hex | 4F | DB | 52 | 40 | 0 | 3F | E | 79 | 42 | 3A |
| Octal | 117 | 333 | 122 | 100 | 0 | 77 | 16 | 171 | 102 | 72 |
| Binary | 1001111 | 11011011 | 1010010 | 1000000 | 0 | 111111 | 1110 | 1111001 | 1000010 | 111010 |
Color Harmonies of #4FDB52
Complementary color
Monochromatic Colors of #4FDB52
Black with #4FDB52
Text Example
Text Example
White with #4FDB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDB52; }
p { color: rgb(79,219,82); }
H1.HeaderClassName
{
color: #4FDB52;
}
.AnyTagClassName
{
color: #4FDB52;
}
</style>
background-color css
<style>
a { background-color: #4FDB52; }
a { background-color: rgb(79,219,82); }
div.DivClassName
{
background-color: #4FDB52;
}
.BgClassName
{
background-color: #4FDB52;
}
</style>
border-color css
<style>
span { border-color: #4FDB52; }
span { border-color: rgb(79,219,82); }
td.TdClassName
{
border-color: #4FDB52;
}
.TagClassName
{
border-color: #4FDB52;
}
</style>