Shades of Lime Green #4BE237
Tints of Lime Green #4BE237
RGB
CMYK
RGB Variations
Color information
#4BE237 (or 0x4BE237) is known color: Lime Green. HEX triplet: 4B, E2 and 37. RGB value is (75,226,55). Sum of RGB (Red+Green+Blue) = 75+226+55=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 226 (88.67% from 255 or 63.48% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 226 - color contains mainly: green. Hex color #4BE237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE237 is #B41DC8. Grayscale: #A1A1A1. Windows color (decimal): -11804105 or 3662411. OLE color: 3662411.
HSL color Cylindrical-coordinate representation of color #4BE237: hue angle of 112.98º degrees, saturation: 0.75, 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 #4BE237 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 226 | 55 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.11 |
| HSL | 112.98º | 0.75% | 0.55% | - |
| HSV(B) | 112.98º | 0.76% | 0.89% | - |
| XYZ | 30.79 | 56.16 | 12.83 | - |
| YUV | 161.36 | 67.97 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 226 | 55 | 0.67 | 0 | 0.76 | 0.11 | 112.98 | 0.75 | 0.55 |
| Hex | 4B | E2 | 37 | 43 | 0 | 4C | B | 71 | 4B | 37 |
| Octal | 113 | 342 | 67 | 103 | 0 | 114 | 13 | 161 | 113 | 67 |
| Binary | 1001011 | 11100010 | 110111 | 1000011 | 0 | 1001100 | 1011 | 1110001 | 1001011 | 110111 |
Color Harmonies of #4BE237
Complementary color
Monochromatic Colors of #4BE237
Black with #4BE237
Text Example
Text Example
White with #4BE237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE237; }
p { color: rgb(75,226,55); }
H1.HeaderClassName
{
color: #4BE237;
}
.AnyTagClassName
{
color: #4BE237;
}
</style>
background-color css
<style>
a { background-color: #4BE237; }
a { background-color: rgb(75,226,55); }
div.DivClassName
{
background-color: #4BE237;
}
.BgClassName
{
background-color: #4BE237;
}
</style>
border-color css
<style>
span { border-color: #4BE237; }
span { border-color: rgb(75,226,55); }
td.TdClassName
{
border-color: #4BE237;
}
.TagClassName
{
border-color: #4BE237;
}
</style>