Shades of Lime Green #4BC84D
Tints of Lime Green #4BC84D
RGB
CMYK
RGB Variations
Color information
#4BC84D (or 0x4BC84D) is known color: Lime Green. HEX triplet: 4B, C8 and 4D. RGB value is (75,200,77). Sum of RGB (Red+Green+Blue) = 75+200+77=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC84D is #B437B2. Grayscale: #949494. Windows color (decimal): -11810739 or 5097547. OLE color: 5097547.
HSL color Cylindrical-coordinate representation of color #4BC84D: hue angle of 120.96º 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 #4BC84D is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 77 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.22 |
| HSL | 120.96º | 0.53% | 0.54% | - |
| HSV(B) | 120.96º | 0.63% | 0.78% | - |
| XYZ | 24.9 | 43.34 | 14.07 | - |
| YUV | 148.6 | 87.59 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 77 | 0.62 | 0 | 0.62 | 0.22 | 120.96 | 0.53 | 0.54 |
| Hex | 4B | C8 | 4D | 3E | 0 | 3E | 16 | 79 | 35 | 36 |
| Octal | 113 | 310 | 115 | 76 | 0 | 76 | 26 | 171 | 65 | 66 |
| Binary | 1001011 | 11001000 | 1001101 | 111110 | 0 | 111110 | 10110 | 1111001 | 110101 | 110110 |
Color Harmonies of #4BC84D
Complementary color
Monochromatic Colors of #4BC84D
Black with #4BC84D
Text Example
Text Example
White with #4BC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC84D; }
p { color: rgb(75,200,77); }
H1.HeaderClassName
{
color: #4BC84D;
}
.AnyTagClassName
{
color: #4BC84D;
}
</style>
background-color css
<style>
a { background-color: #4BC84D; }
a { background-color: rgb(75,200,77); }
div.DivClassName
{
background-color: #4BC84D;
}
.BgClassName
{
background-color: #4BC84D;
}
</style>
border-color css
<style>
span { border-color: #4BC84D; }
span { border-color: rgb(75,200,77); }
td.TdClassName
{
border-color: #4BC84D;
}
.TagClassName
{
border-color: #4BC84D;
}
</style>