Shades of Lime Green #4CC134
Tints of Lime Green #4CC134
RGB
CMYK
RGB Variations
Color information
#4CC134 (or 0x4CC134) is known color: Lime Green. HEX triplet: 4C, C1 and 34. RGB value is (76,193,52). Sum of RGB (Red+Green+Blue) = 76+193+52=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC134 is #B33ECB. Grayscale: #8E8E8E. Windows color (decimal): -11747020 or 3457356. OLE color: 3457356.
HSL color Cylindrical-coordinate representation of color #4CC134: hue angle of 109.79º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4CC134 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 193 | 52 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.24 |
| HSL | 109.79º | 0.58% | 0.48% | - |
| HSV(B) | 109.79º | 0.73% | 0.76% | - |
| XYZ | 22.67 | 39.92 | 9.76 | - |
| YUV | 141.94 | 77.24 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 52 | 0.61 | 0 | 0.73 | 0.24 | 109.79 | 0.58 | 0.48 |
| Hex | 4C | C1 | 34 | 3D | 0 | 49 | 18 | 6E | 3A | 30 |
| Octal | 114 | 301 | 64 | 75 | 0 | 111 | 30 | 156 | 72 | 60 |
| Binary | 1001100 | 11000001 | 110100 | 111101 | 0 | 1001001 | 11000 | 1101110 | 111010 | 110000 |
Color Harmonies of #4CC134
Complementary color
Monochromatic Colors of #4CC134
Black with #4CC134
Text Example
Text Example
White with #4CC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC134; }
p { color: rgb(76,193,52); }
H1.HeaderClassName
{
color: #4CC134;
}
.AnyTagClassName
{
color: #4CC134;
}
</style>
background-color css
<style>
a { background-color: #4CC134; }
a { background-color: rgb(76,193,52); }
div.DivClassName
{
background-color: #4CC134;
}
.BgClassName
{
background-color: #4CC134;
}
</style>
border-color css
<style>
span { border-color: #4CC134; }
span { border-color: rgb(76,193,52); }
td.TdClassName
{
border-color: #4CC134;
}
.TagClassName
{
border-color: #4CC134;
}
</style>