Shades of Lime Green #4CD534
Tints of Lime Green #4CD534
RGB
CMYK
RGB Variations
Color information
#4CD534 (or 0x4CD534) is known color: Lime Green. HEX triplet: 4C, D5 and 34. RGB value is (76,213,52). Sum of RGB (Red+Green+Blue) = 76+213+52=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 213 (83.59% from 255 or 62.46% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD534 is #B32ACB. Grayscale: #9A9A9A. Windows color (decimal): -11741900 or 3462476. OLE color: 3462476.
HSL color Cylindrical-coordinate representation of color #4CD534: hue angle of 111.06º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4CD534 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 213 | 52 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.16 |
| HSL | 111.06º | 0.66% | 0.52% | - |
| HSV(B) | 111.06º | 0.76% | 0.84% | - |
| XYZ | 27.39 | 49.37 | 11.33 | - |
| YUV | 153.68 | 70.61 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 213 | 52 | 0.64 | 0 | 0.76 | 0.16 | 111.06 | 0.66 | 0.52 |
| Hex | 4C | D5 | 34 | 40 | 0 | 4C | 10 | 6F | 42 | 34 |
| Octal | 114 | 325 | 64 | 100 | 0 | 114 | 20 | 157 | 102 | 64 |
| Binary | 1001100 | 11010101 | 110100 | 1000000 | 0 | 1001100 | 10000 | 1101111 | 1000010 | 110100 |
Color Harmonies of #4CD534
Complementary color
Monochromatic Colors of #4CD534
Black with #4CD534
Text Example
Text Example
White with #4CD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD534; }
p { color: rgb(76,213,52); }
H1.HeaderClassName
{
color: #4CD534;
}
.AnyTagClassName
{
color: #4CD534;
}
</style>
background-color css
<style>
a { background-color: #4CD534; }
a { background-color: rgb(76,213,52); }
div.DivClassName
{
background-color: #4CD534;
}
.BgClassName
{
background-color: #4CD534;
}
</style>
border-color css
<style>
span { border-color: #4CD534; }
span { border-color: rgb(76,213,52); }
td.TdClassName
{
border-color: #4CD534;
}
.TagClassName
{
border-color: #4CD534;
}
</style>