Shades of Lime Green #4BE133
Tints of Lime Green #4BE133
RGB
CMYK
RGB Variations
Color information
#4BE133 (or 0x4BE133) is known color: Lime Green. HEX triplet: 4B, E1 and 33. RGB value is (75,225,51). Sum of RGB (Red+Green+Blue) = 75+225+51=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 225 (88.28% from 255 or 64.10% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 225 - color contains mainly: green. Hex color #4BE133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE133 is #B41ECC. Grayscale: #A0A0A0. Windows color (decimal): -11804365 or 3400011. OLE color: 3400011.
HSL color Cylindrical-coordinate representation of color #4BE133: hue angle of 111.72º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4BE133 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 225 | 51 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.12 |
| HSL | 111.72º | 0.74% | 0.54% | - |
| HSV(B) | 111.72º | 0.77% | 0.88% | - |
| XYZ | 30.42 | 55.59 | 12.26 | - |
| YUV | 160.31 | 66.31 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 225 | 51 | 0.67 | 0 | 0.77 | 0.12 | 111.72 | 0.74 | 0.54 |
| Hex | 4B | E1 | 33 | 43 | 0 | 4D | C | 70 | 4A | 36 |
| Octal | 113 | 341 | 63 | 103 | 0 | 115 | 14 | 160 | 112 | 66 |
| Binary | 1001011 | 11100001 | 110011 | 1000011 | 0 | 1001101 | 1100 | 1110000 | 1001010 | 110110 |
Color Harmonies of #4BE133
Complementary color
Monochromatic Colors of #4BE133
Black with #4BE133
Text Example
Text Example
White with #4BE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE133; }
p { color: rgb(75,225,51); }
H1.HeaderClassName
{
color: #4BE133;
}
.AnyTagClassName
{
color: #4BE133;
}
</style>
background-color css
<style>
a { background-color: #4BE133; }
a { background-color: rgb(75,225,51); }
div.DivClassName
{
background-color: #4BE133;
}
.BgClassName
{
background-color: #4BE133;
}
</style>
border-color css
<style>
span { border-color: #4BE133; }
span { border-color: rgb(75,225,51); }
td.TdClassName
{
border-color: #4BE133;
}
.TagClassName
{
border-color: #4BE133;
}
</style>