Shades of Lime Green #4BE136
Tints of Lime Green #4BE136
RGB
CMYK
RGB Variations
Color information
#4BE136 (or 0x4BE136) is known color: Lime Green. HEX triplet: 4B, E1 and 36. RGB value is (75,225,54). Sum of RGB (Red+Green+Blue) = 75+225+54=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 225 (88.28% from 255 or 63.56% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 225 - color contains mainly: green. Hex color #4BE136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE136 is #B41EC9. Grayscale: #A1A1A1. Windows color (decimal): -11804362 or 3596619. OLE color: 3596619.
HSL color Cylindrical-coordinate representation of color #4BE136: hue angle of 112.63º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BE136 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 225 | 54 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.12 |
| HSL | 112.63º | 0.74% | 0.55% | - |
| HSV(B) | 112.63º | 0.76% | 0.88% | - |
| XYZ | 30.49 | 55.61 | 12.62 | - |
| YUV | 160.66 | 67.81 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 225 | 54 | 0.67 | 0 | 0.76 | 0.12 | 112.63 | 0.74 | 0.55 |
| Hex | 4B | E1 | 36 | 43 | 0 | 4C | C | 71 | 4A | 37 |
| Octal | 113 | 341 | 66 | 103 | 0 | 114 | 14 | 161 | 112 | 67 |
| Binary | 1001011 | 11100001 | 110110 | 1000011 | 0 | 1001100 | 1100 | 1110001 | 1001010 | 110111 |
Color Harmonies of #4BE136
Complementary color
Monochromatic Colors of #4BE136
Black with #4BE136
Text Example
Text Example
White with #4BE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE136; }
p { color: rgb(75,225,54); }
H1.HeaderClassName
{
color: #4BE136;
}
.AnyTagClassName
{
color: #4BE136;
}
</style>
background-color css
<style>
a { background-color: #4BE136; }
a { background-color: rgb(75,225,54); }
div.DivClassName
{
background-color: #4BE136;
}
.BgClassName
{
background-color: #4BE136;
}
</style>
border-color css
<style>
span { border-color: #4BE136; }
span { border-color: rgb(75,225,54); }
td.TdClassName
{
border-color: #4BE136;
}
.TagClassName
{
border-color: #4BE136;
}
</style>