Shades of Lime Green #4CC23C
Tints of Lime Green #4CC23C
RGB
CMYK
RGB Variations
Color information
#4CC23C (or 0x4CC23C) is known color: Lime Green. HEX triplet: 4C, C2 and 3C. RGB value is (76,194,60). Sum of RGB (Red+Green+Blue) = 76+194+60=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC23C is #B33DC3. Grayscale: #8F8F8F. Windows color (decimal): -11746756 or 3981900. OLE color: 3981900.
HSL color Cylindrical-coordinate representation of color #4CC23C: hue angle of 112.84º 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 #4CC23C is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 194 | 60 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.24 |
| HSL | 112.84º | 0.53% | 0.5% | - |
| HSV(B) | 112.84º | 0.69% | 0.76% | - |
| XYZ | 23.09 | 40.45 | 10.87 | - |
| YUV | 143.44 | 80.91 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 60 | 0.61 | 0 | 0.69 | 0.24 | 112.84 | 0.53 | 0.5 |
| Hex | 4C | C2 | 3C | 3D | 0 | 45 | 18 | 71 | 35 | 32 |
| Octal | 114 | 302 | 74 | 75 | 0 | 105 | 30 | 161 | 65 | 62 |
| Binary | 1001100 | 11000010 | 111100 | 111101 | 0 | 1000101 | 11000 | 1110001 | 110101 | 110010 |
Color Harmonies of #4CC23C
Complementary color
Monochromatic Colors of #4CC23C
Black with #4CC23C
Text Example
Text Example
White with #4CC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC23C; }
p { color: rgb(76,194,60); }
H1.HeaderClassName
{
color: #4CC23C;
}
.AnyTagClassName
{
color: #4CC23C;
}
</style>
background-color css
<style>
a { background-color: #4CC23C; }
a { background-color: rgb(76,194,60); }
div.DivClassName
{
background-color: #4CC23C;
}
.BgClassName
{
background-color: #4CC23C;
}
</style>
border-color css
<style>
span { border-color: #4CC23C; }
span { border-color: rgb(76,194,60); }
td.TdClassName
{
border-color: #4CC23C;
}
.TagClassName
{
border-color: #4CC23C;
}
</style>