Shades of Lime Green #4CC13C
Tints of Lime Green #4CC13C
RGB
CMYK
RGB Variations
Color information
#4CC13C (or 0x4CC13C) is known color: Lime Green. HEX triplet: 4C, C1 and 3C. RGB value is (76,193,60). Sum of RGB (Red+Green+Blue) = 76+193+60=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC13C is #B33EC3. Grayscale: #8F8F8F. Windows color (decimal): -11747012 or 3981644. OLE color: 3981644.
HSL color Cylindrical-coordinate representation of color #4CC13C: hue angle of 112.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CC13C is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 193 | 60 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.24 |
| HSL | 112.78º | 0.53% | 0.5% | - |
| HSV(B) | 112.78º | 0.69% | 0.76% | - |
| XYZ | 22.87 | 40 | 10.79 | - |
| YUV | 142.86 | 81.24 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 60 | 0.61 | 0 | 0.69 | 0.24 | 112.78 | 0.53 | 0.5 |
| Hex | 4C | C1 | 3C | 3D | 0 | 45 | 18 | 71 | 35 | 32 |
| Octal | 114 | 301 | 74 | 75 | 0 | 105 | 30 | 161 | 65 | 62 |
| Binary | 1001100 | 11000001 | 111100 | 111101 | 0 | 1000101 | 11000 | 1110001 | 110101 | 110010 |
Color Harmonies of #4CC13C
Complementary color
Monochromatic Colors of #4CC13C
Black with #4CC13C
Text Example
Text Example
White with #4CC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC13C; }
p { color: rgb(76,193,60); }
H1.HeaderClassName
{
color: #4CC13C;
}
.AnyTagClassName
{
color: #4CC13C;
}
</style>
background-color css
<style>
a { background-color: #4CC13C; }
a { background-color: rgb(76,193,60); }
div.DivClassName
{
background-color: #4CC13C;
}
.BgClassName
{
background-color: #4CC13C;
}
</style>
border-color css
<style>
span { border-color: #4CC13C; }
span { border-color: rgb(76,193,60); }
td.TdClassName
{
border-color: #4CC13C;
}
.TagClassName
{
border-color: #4CC13C;
}
</style>