Shades of Lime Green #4CCA4C
Tints of Lime Green #4CCA4C
RGB
CMYK
RGB Variations
Color information
#4CCA4C (or 0x4CCA4C) is known color: Lime Green. HEX triplet: 4C, CA and 4C. RGB value is (76,202,76). Sum of RGB (Red+Green+Blue) = 76+202+76=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCA4C is #B335B3. Grayscale: #969696. Windows color (decimal): -11744692 or 5032524. OLE color: 5032524.
HSL color Cylindrical-coordinate representation of color #4CCA4C: hue angle of 120º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCA4C is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 76 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.21 |
| HSL | 120º | 0.54% | 0.55% | - |
| HSV(B) | 120º | 0.62% | 0.79% | - |
| XYZ | 25.41 | 44.3 | 14.05 | - |
| YUV | 149.96 | 86.26 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 76 | 0.62 | 0 | 0.62 | 0.21 | 120 | 0.54 | 0.55 |
| Hex | 4C | CA | 4C | 3E | 0 | 3E | 15 | 78 | 36 | 37 |
| Octal | 114 | 312 | 114 | 76 | 0 | 76 | 25 | 170 | 66 | 67 |
| Binary | 1001100 | 11001010 | 1001100 | 111110 | 0 | 111110 | 10101 | 1111000 | 110110 | 110111 |
Color Harmonies of #4CCA4C
Complementary color
Monochromatic Colors of #4CCA4C
Black with #4CCA4C
Text Example
Text Example
White with #4CCA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCA4C; }
p { color: rgb(76,202,76); }
H1.HeaderClassName
{
color: #4CCA4C;
}
.AnyTagClassName
{
color: #4CCA4C;
}
</style>
background-color css
<style>
a { background-color: #4CCA4C; }
a { background-color: rgb(76,202,76); }
div.DivClassName
{
background-color: #4CCA4C;
}
.BgClassName
{
background-color: #4CCA4C;
}
</style>
border-color css
<style>
span { border-color: #4CCA4C; }
span { border-color: rgb(76,202,76); }
td.TdClassName
{
border-color: #4CCA4C;
}
.TagClassName
{
border-color: #4CCA4C;
}
</style>