Shades of Lime Green #4BC84C
Tints of Lime Green #4BC84C
RGB
CMYK
RGB Variations
Color information
#4BC84C (or 0x4BC84C) is known color: Lime Green. HEX triplet: 4B, C8 and 4C. RGB value is (75,200,76). Sum of RGB (Red+Green+Blue) = 75+200+76=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 200 (78.52% from 255 or 56.98% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC84C is #B437B3. Grayscale: #949494. Windows color (decimal): -11810740 or 5032011. OLE color: 5032011.
HSL color Cylindrical-coordinate representation of color #4BC84C: hue angle of 120.48º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC84C is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 76 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.22 |
| HSL | 120.48º | 0.53% | 0.54% | - |
| HSV(B) | 120.48º | 0.63% | 0.78% | - |
| XYZ | 24.86 | 43.33 | 13.89 | - |
| YUV | 148.49 | 87.09 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 76 | 0.62 | 0 | 0.62 | 0.22 | 120.48 | 0.53 | 0.54 |
| Hex | 4B | C8 | 4C | 3E | 0 | 3E | 16 | 78 | 35 | 36 |
| Octal | 113 | 310 | 114 | 76 | 0 | 76 | 26 | 170 | 65 | 66 |
| Binary | 1001011 | 11001000 | 1001100 | 111110 | 0 | 111110 | 10110 | 1111000 | 110101 | 110110 |
Color Harmonies of #4BC84C
Complementary color
Monochromatic Colors of #4BC84C
Black with #4BC84C
Text Example
Text Example
White with #4BC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC84C; }
p { color: rgb(75,200,76); }
H1.HeaderClassName
{
color: #4BC84C;
}
.AnyTagClassName
{
color: #4BC84C;
}
</style>
background-color css
<style>
a { background-color: #4BC84C; }
a { background-color: rgb(75,200,76); }
div.DivClassName
{
background-color: #4BC84C;
}
.BgClassName
{
background-color: #4BC84C;
}
</style>
border-color css
<style>
span { border-color: #4BC84C; }
span { border-color: rgb(75,200,76); }
td.TdClassName
{
border-color: #4BC84C;
}
.TagClassName
{
border-color: #4BC84C;
}
</style>