Shades of Lime Green #4CC13D
Tints of Lime Green #4CC13D
RGB
CMYK
RGB Variations
Color information
#4CC13D (or 0x4CC13D) is known color: Lime Green. HEX triplet: 4C, C1 and 3D. RGB value is (76,193,61). Sum of RGB (Red+Green+Blue) = 76+193+61=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC13D is #B33EC2. Grayscale: #8F8F8F. Windows color (decimal): -11747011 or 4047180. OLE color: 4047180.
HSL color Cylindrical-coordinate representation of color #4CC13D: hue angle of 113.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CC13D is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 193 | 61 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.24 |
| HSL | 113.18º | 0.52% | 0.5% | - |
| HSV(B) | 113.18º | 0.68% | 0.76% | - |
| XYZ | 22.89 | 40.01 | 10.93 | - |
| YUV | 142.97 | 81.74 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 61 | 0.61 | 0 | 0.68 | 0.24 | 113.18 | 0.52 | 0.5 |
| Hex | 4C | C1 | 3D | 3D | 0 | 44 | 18 | 71 | 34 | 32 |
| Octal | 114 | 301 | 75 | 75 | 0 | 104 | 30 | 161 | 64 | 62 |
| Binary | 1001100 | 11000001 | 111101 | 111101 | 0 | 1000100 | 11000 | 1110001 | 110100 | 110010 |
Color Harmonies of #4CC13D
Complementary color
Monochromatic Colors of #4CC13D
Black with #4CC13D
Text Example
Text Example
White with #4CC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC13D; }
p { color: rgb(76,193,61); }
H1.HeaderClassName
{
color: #4CC13D;
}
.AnyTagClassName
{
color: #4CC13D;
}
</style>
background-color css
<style>
a { background-color: #4CC13D; }
a { background-color: rgb(76,193,61); }
div.DivClassName
{
background-color: #4CC13D;
}
.BgClassName
{
background-color: #4CC13D;
}
</style>
border-color css
<style>
span { border-color: #4CC13D; }
span { border-color: rgb(76,193,61); }
td.TdClassName
{
border-color: #4CC13D;
}
.TagClassName
{
border-color: #4CC13D;
}
</style>