Shades of Lime Green #4CD934
Tints of Lime Green #4CD934
RGB
CMYK
RGB Variations
Color information
#4CD934 (or 0x4CD934) is known color: Lime Green. HEX triplet: 4C, D9 and 34. RGB value is (76,217,52). Sum of RGB (Red+Green+Blue) = 76+217+52=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 217 (85.16% from 255 or 62.90% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 217 - color contains mainly: green. Hex color #4CD934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD934 is #B326CB. Grayscale: #9C9C9C. Windows color (decimal): -11740876 or 3463500. OLE color: 3463500.
HSL color Cylindrical-coordinate representation of color #4CD934: hue angle of 111.27º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4CD934 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 217 | 52 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.15 |
| HSL | 111.27º | 0.68% | 0.53% | - |
| HSV(B) | 111.27º | 0.76% | 0.85% | - |
| XYZ | 28.41 | 51.41 | 11.67 | - |
| YUV | 156.03 | 69.29 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 217 | 52 | 0.65 | 0 | 0.76 | 0.15 | 111.27 | 0.68 | 0.53 |
| Hex | 4C | D9 | 34 | 41 | 0 | 4C | F | 6F | 44 | 35 |
| Octal | 114 | 331 | 64 | 101 | 0 | 114 | 17 | 157 | 104 | 65 |
| Binary | 1001100 | 11011001 | 110100 | 1000001 | 0 | 1001100 | 1111 | 1101111 | 1000100 | 110101 |
Color Harmonies of #4CD934
Complementary color
Monochromatic Colors of #4CD934
Black with #4CD934
Text Example
Text Example
White with #4CD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD934; }
p { color: rgb(76,217,52); }
H1.HeaderClassName
{
color: #4CD934;
}
.AnyTagClassName
{
color: #4CD934;
}
</style>
background-color css
<style>
a { background-color: #4CD934; }
a { background-color: rgb(76,217,52); }
div.DivClassName
{
background-color: #4CD934;
}
.BgClassName
{
background-color: #4CD934;
}
</style>
border-color css
<style>
span { border-color: #4CD934; }
span { border-color: rgb(76,217,52); }
td.TdClassName
{
border-color: #4CD934;
}
.TagClassName
{
border-color: #4CD934;
}
</style>