Shades of Lime Green #4BE336
Tints of Lime Green #4BE336
RGB
CMYK
RGB Variations
Color information
#4BE336 (or 0x4BE336) is known color: Lime Green. HEX triplet: 4B, E3 and 36. RGB value is (75,227,54). Sum of RGB (Red+Green+Blue) = 75+227+54=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 227 (89.06% from 255 or 63.76% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 227 - color contains mainly: green. Hex color #4BE336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE336 is #B41CC9. Grayscale: #A2A2A2. Windows color (decimal): -11803850 or 3597131. OLE color: 3597131.
HSL color Cylindrical-coordinate representation of color #4BE336: hue angle of 112.72º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BE336 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 227 | 54 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.11 |
| HSL | 112.72º | 0.76% | 0.55% | - |
| HSV(B) | 112.72º | 0.76% | 0.89% | - |
| XYZ | 31.04 | 56.7 | 12.8 | - |
| YUV | 161.83 | 67.14 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 227 | 54 | 0.67 | 0 | 0.76 | 0.11 | 112.72 | 0.76 | 0.55 |
| Hex | 4B | E3 | 36 | 43 | 0 | 4C | B | 71 | 4C | 37 |
| Octal | 113 | 343 | 66 | 103 | 0 | 114 | 13 | 161 | 114 | 67 |
| Binary | 1001011 | 11100011 | 110110 | 1000011 | 0 | 1001100 | 1011 | 1110001 | 1001100 | 110111 |
Color Harmonies of #4BE336
Complementary color
Monochromatic Colors of #4BE336
Black with #4BE336
Text Example
Text Example
White with #4BE336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE336; }
p { color: rgb(75,227,54); }
H1.HeaderClassName
{
color: #4BE336;
}
.AnyTagClassName
{
color: #4BE336;
}
</style>
background-color css
<style>
a { background-color: #4BE336; }
a { background-color: rgb(75,227,54); }
div.DivClassName
{
background-color: #4BE336;
}
.BgClassName
{
background-color: #4BE336;
}
</style>
border-color css
<style>
span { border-color: #4BE336; }
span { border-color: rgb(75,227,54); }
td.TdClassName
{
border-color: #4BE336;
}
.TagClassName
{
border-color: #4BE336;
}
</style>