Shades of Lime Green #4BE538
Tints of Lime Green #4BE538
RGB
CMYK
RGB Variations
Color information
#4BE538 (or 0x4BE538) is known color: Lime Green. HEX triplet: 4B, E5 and 38. RGB value is (75,229,56). Sum of RGB (Red+Green+Blue) = 75+229+56=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 229 (89.84% from 255 or 63.61% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 229 - color contains mainly: green. Hex color #4BE538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE538 is #B41AC7. Grayscale: #A3A3A3. Windows color (decimal): -11803336 or 3728715. OLE color: 3728715.
HSL color Cylindrical-coordinate representation of color #4BE538: hue angle of 113.41º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BE538 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 229 | 56 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.10 |
| HSL | 113.41º | 0.77% | 0.56% | - |
| HSV(B) | 113.41º | 0.76% | 0.9% | - |
| XYZ | 31.63 | 57.82 | 13.23 | - |
| YUV | 163.23 | 67.48 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 229 | 56 | 0.67 | 0 | 0.76 | 0.10 | 113.41 | 0.77 | 0.56 |
| Hex | 4B | E5 | 38 | 43 | 0 | 4C | A | 71 | 4D | 38 |
| Octal | 113 | 345 | 70 | 103 | 0 | 114 | 12 | 161 | 115 | 70 |
| Binary | 1001011 | 11100101 | 111000 | 1000011 | 0 | 1001100 | 1010 | 1110001 | 1001101 | 111000 |
Color Harmonies of #4BE538
Complementary color
Monochromatic Colors of #4BE538
Black with #4BE538
Text Example
Text Example
White with #4BE538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE538; }
p { color: rgb(75,229,56); }
H1.HeaderClassName
{
color: #4BE538;
}
.AnyTagClassName
{
color: #4BE538;
}
</style>
background-color css
<style>
a { background-color: #4BE538; }
a { background-color: rgb(75,229,56); }
div.DivClassName
{
background-color: #4BE538;
}
.BgClassName
{
background-color: #4BE538;
}
</style>
border-color css
<style>
span { border-color: #4BE538; }
span { border-color: rgb(75,229,56); }
td.TdClassName
{
border-color: #4BE538;
}
.TagClassName
{
border-color: #4BE538;
}
</style>