Shades of Lime Green #4CEC3C
Tints of Lime Green #4CEC3C
RGB
CMYK
RGB Variations
Color information
#4CEC3C (or 0x4CEC3C) is known color: Lime Green. HEX triplet: 4C, EC and 3C. RGB value is (76,236,60). Sum of RGB (Red+Green+Blue) = 76+236+60=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 236 (92.58% from 255 or 63.44% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 236 - color contains mainly: green. Hex color #4CEC3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEC3C is #B313C3. Grayscale: #A8A8A8. Windows color (decimal): -11736004 or 3992652. OLE color: 3992652.
HSL color Cylindrical-coordinate representation of color #4CEC3C: hue angle of 114.55º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CEC3C is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 60 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.07 |
| HSL | 114.55º | 0.82% | 0.58% | - |
| HSV(B) | 114.55º | 0.75% | 0.93% | - |
| XYZ | 33.79 | 61.85 | 14.43 | - |
| YUV | 168.1 | 66.99 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 60 | 0.68 | 0 | 0.75 | 0.07 | 114.55 | 0.82 | 0.58 |
| Hex | 4C | EC | 3C | 44 | 0 | 4B | 7 | 73 | 52 | 3A |
| Octal | 114 | 354 | 74 | 104 | 0 | 113 | 7 | 163 | 122 | 72 |
| Binary | 1001100 | 11101100 | 111100 | 1000100 | 0 | 1001011 | 111 | 1110011 | 1010010 | 111010 |
Color Harmonies of #4CEC3C
Complementary color
Monochromatic Colors of #4CEC3C
Black with #4CEC3C
Text Example
Text Example
White with #4CEC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEC3C; }
p { color: rgb(76,236,60); }
H1.HeaderClassName
{
color: #4CEC3C;
}
.AnyTagClassName
{
color: #4CEC3C;
}
</style>
background-color css
<style>
a { background-color: #4CEC3C; }
a { background-color: rgb(76,236,60); }
div.DivClassName
{
background-color: #4CEC3C;
}
.BgClassName
{
background-color: #4CEC3C;
}
</style>
border-color css
<style>
span { border-color: #4CEC3C; }
span { border-color: rgb(76,236,60); }
td.TdClassName
{
border-color: #4CEC3C;
}
.TagClassName
{
border-color: #4CEC3C;
}
</style>