Shades of Lime Green #4BC849
Tints of Lime Green #4BC849
RGB
CMYK
RGB Variations
Color information
#4BC849 (or 0x4BC849) is known color: Lime Green. HEX triplet: 4B, C8 and 49. RGB value is (75,200,73). Sum of RGB (Red+Green+Blue) = 75+200+73=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC849 is #B437B6. Grayscale: #949494. Windows color (decimal): -11810743 or 4835403. OLE color: 4835403.
HSL color Cylindrical-coordinate representation of color #4BC849: hue angle of 119.06º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BC849 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 73 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.22 |
| HSL | 119.06º | 0.54% | 0.54% | - |
| HSV(B) | 119.06º | 0.64% | 0.78% | - |
| XYZ | 24.76 | 43.29 | 13.35 | - |
| YUV | 148.15 | 85.59 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 73 | 0.62 | 0 | 0.64 | 0.22 | 119.06 | 0.54 | 0.54 |
| Hex | 4B | C8 | 49 | 3E | 0 | 40 | 16 | 77 | 36 | 36 |
| Octal | 113 | 310 | 111 | 76 | 0 | 100 | 26 | 167 | 66 | 66 |
| Binary | 1001011 | 11001000 | 1001001 | 111110 | 0 | 1000000 | 10110 | 1110111 | 110110 | 110110 |
Color Harmonies of #4BC849
Complementary color
Monochromatic Colors of #4BC849
Black with #4BC849
Text Example
Text Example
White with #4BC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC849; }
p { color: rgb(75,200,73); }
H1.HeaderClassName
{
color: #4BC849;
}
.AnyTagClassName
{
color: #4BC849;
}
</style>
background-color css
<style>
a { background-color: #4BC849; }
a { background-color: rgb(75,200,73); }
div.DivClassName
{
background-color: #4BC849;
}
.BgClassName
{
background-color: #4BC849;
}
</style>
border-color css
<style>
span { border-color: #4BC849; }
span { border-color: rgb(75,200,73); }
td.TdClassName
{
border-color: #4BC849;
}
.TagClassName
{
border-color: #4BC849;
}
</style>