Shades of Lime Green #4CCE32
Tints of Lime Green #4CCE32
RGB
CMYK
RGB Variations
Color information
#4CCE32 (or 0x4CCE32) is known color: Lime Green. HEX triplet: 4C, CE and 32. RGB value is (76,206,50). Sum of RGB (Red+Green+Blue) = 76+206+50=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCE32 is #B331CD. Grayscale: #959595. Windows color (decimal): -11743694 or 3329612. OLE color: 3329612.
HSL color Cylindrical-coordinate representation of color #4CCE32: hue angle of 110º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4CCE32 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 206 | 50 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.19 |
| HSL | 110º | 0.61% | 0.5% | - |
| HSV(B) | 110º | 0.76% | 0.81% | - |
| XYZ | 25.63 | 45.91 | 10.53 | - |
| YUV | 149.35 | 71.93 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 50 | 0.63 | 0 | 0.76 | 0.19 | 110 | 0.61 | 0.5 |
| Hex | 4C | CE | 32 | 3F | 0 | 4C | 13 | 6E | 3D | 32 |
| Octal | 114 | 316 | 62 | 77 | 0 | 114 | 23 | 156 | 75 | 62 |
| Binary | 1001100 | 11001110 | 110010 | 111111 | 0 | 1001100 | 10011 | 1101110 | 111101 | 110010 |
Color Harmonies of #4CCE32
Complementary color
Monochromatic Colors of #4CCE32
Black with #4CCE32
Text Example
Text Example
White with #4CCE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCE32; }
p { color: rgb(76,206,50); }
H1.HeaderClassName
{
color: #4CCE32;
}
.AnyTagClassName
{
color: #4CCE32;
}
</style>
background-color css
<style>
a { background-color: #4CCE32; }
a { background-color: rgb(76,206,50); }
div.DivClassName
{
background-color: #4CCE32;
}
.BgClassName
{
background-color: #4CCE32;
}
</style>
border-color css
<style>
span { border-color: #4CCE32; }
span { border-color: rgb(76,206,50); }
td.TdClassName
{
border-color: #4CCE32;
}
.TagClassName
{
border-color: #4CCE32;
}
</style>