Shades of Lime Green #4BE124
Tints of Lime Green #4BE124
RGB
CMYK
RGB Variations
Color information
#4BE124 (or 0x4BE124) is known color: Lime Green. HEX triplet: 4B, E1 and 24. RGB value is (75,225,36). Sum of RGB (Red+Green+Blue) = 75+225+36=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #4BE124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE124 is #B41EDB. Grayscale: #9F9F9F. Windows color (decimal): -11804380 or 2416971. OLE color: 2416971.
HSL color Cylindrical-coordinate representation of color #4BE124: hue angle of 107.62º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4BE124 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 225 | 36 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.12 |
| HSL | 107.62º | 0.76% | 0.51% | - |
| HSV(B) | 107.62º | 0.84% | 0.88% | - |
| XYZ | 30.15 | 55.47 | 10.79 | - |
| YUV | 158.6 | 58.81 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 225 | 36 | 0.67 | 0 | 0.84 | 0.12 | 107.62 | 0.76 | 0.51 |
| Hex | 4B | E1 | 24 | 43 | 0 | 54 | C | 6C | 4C | 33 |
| Octal | 113 | 341 | 44 | 103 | 0 | 124 | 14 | 154 | 114 | 63 |
| Binary | 1001011 | 11100001 | 100100 | 1000011 | 0 | 1010100 | 1100 | 1101100 | 1001100 | 110011 |
Color Harmonies of #4BE124
Complementary color
Monochromatic Colors of #4BE124
Black with #4BE124
Text Example
Text Example
White with #4BE124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE124; }
p { color: rgb(75,225,36); }
H1.HeaderClassName
{
color: #4BE124;
}
.AnyTagClassName
{
color: #4BE124;
}
</style>
background-color css
<style>
a { background-color: #4BE124; }
a { background-color: rgb(75,225,36); }
div.DivClassName
{
background-color: #4BE124;
}
.BgClassName
{
background-color: #4BE124;
}
</style>
border-color css
<style>
span { border-color: #4BE124; }
span { border-color: rgb(75,225,36); }
td.TdClassName
{
border-color: #4BE124;
}
.TagClassName
{
border-color: #4BE124;
}
</style>