Shades of Lime Green #4CDF52
Tints of Lime Green #4CDF52
RGB
CMYK
RGB Variations
Color information
#4CDF52 (or 0x4CDF52) is known color: Lime Green. HEX triplet: 4C, DF and 52. RGB value is (76,223,82). Sum of RGB (Red+Green+Blue) = 76+223+82=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDF52 is #B320AD. Grayscale: #A3A3A3. Windows color (decimal): -11739310 or 5431116. OLE color: 5431116.
HSL color Cylindrical-coordinate representation of color #4CDF52: hue angle of 122.45º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDF52 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 82 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.13 |
| HSL | 122.45º | 0.7% | 0.59% | - |
| HSV(B) | 122.45º | 0.66% | 0.87% | - |
| XYZ | 30.89 | 54.92 | 16.96 | - |
| YUV | 162.97 | 82.3 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 82 | 0.66 | 0 | 0.63 | 0.13 | 122.45 | 0.7 | 0.59 |
| Hex | 4C | DF | 52 | 42 | 0 | 3F | D | 7A | 46 | 3B |
| Octal | 114 | 337 | 122 | 102 | 0 | 77 | 15 | 172 | 106 | 73 |
| Binary | 1001100 | 11011111 | 1010010 | 1000010 | 0 | 111111 | 1101 | 1111010 | 1000110 | 111011 |
Color Harmonies of #4CDF52
Complementary color
Monochromatic Colors of #4CDF52
Black with #4CDF52
Text Example
Text Example
White with #4CDF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDF52; }
p { color: rgb(76,223,82); }
H1.HeaderClassName
{
color: #4CDF52;
}
.AnyTagClassName
{
color: #4CDF52;
}
</style>
background-color css
<style>
a { background-color: #4CDF52; }
a { background-color: rgb(76,223,82); }
div.DivClassName
{
background-color: #4CDF52;
}
.BgClassName
{
background-color: #4CDF52;
}
</style>
border-color css
<style>
span { border-color: #4CDF52; }
span { border-color: rgb(76,223,82); }
td.TdClassName
{
border-color: #4CDF52;
}
.TagClassName
{
border-color: #4CDF52;
}
</style>