Shades of Lime Green #4CCB49
Tints of Lime Green #4CCB49
RGB
CMYK
RGB Variations
Color information
#4CCB49 (or 0x4CCB49) is known color: Lime Green. HEX triplet: 4C, CB and 49. RGB value is (76,203,73). Sum of RGB (Red+Green+Blue) = 76+203+73=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCB49 is #B334B6. Grayscale: #969696. Windows color (decimal): -11744439 or 4836172. OLE color: 4836172.
HSL color Cylindrical-coordinate representation of color #4CCB49: hue angle of 118.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CCB49 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 73 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.20 |
| HSL | 118.62º | 0.56% | 0.54% | - |
| HSV(B) | 118.62º | 0.64% | 0.8% | - |
| XYZ | 25.54 | 44.73 | 13.59 | - |
| YUV | 150.21 | 84.42 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 73 | 0.63 | 0 | 0.64 | 0.20 | 118.62 | 0.56 | 0.54 |
| Hex | 4C | CB | 49 | 3F | 0 | 40 | 14 | 77 | 38 | 36 |
| Octal | 114 | 313 | 111 | 77 | 0 | 100 | 24 | 167 | 70 | 66 |
| Binary | 1001100 | 11001011 | 1001001 | 111111 | 0 | 1000000 | 10100 | 1110111 | 111000 | 110110 |
Color Harmonies of #4CCB49
Complementary color
Monochromatic Colors of #4CCB49
Black with #4CCB49
Text Example
Text Example
White with #4CCB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCB49; }
p { color: rgb(76,203,73); }
H1.HeaderClassName
{
color: #4CCB49;
}
.AnyTagClassName
{
color: #4CCB49;
}
</style>
background-color css
<style>
a { background-color: #4CCB49; }
a { background-color: rgb(76,203,73); }
div.DivClassName
{
background-color: #4CCB49;
}
.BgClassName
{
background-color: #4CCB49;
}
</style>
border-color css
<style>
span { border-color: #4CCB49; }
span { border-color: rgb(76,203,73); }
td.TdClassName
{
border-color: #4CCB49;
}
.TagClassName
{
border-color: #4CCB49;
}
</style>