Shades of Lime Green #4BE431
Tints of Lime Green #4BE431
RGB
CMYK
RGB Variations
Color information
#4BE431 (or 0x4BE431) is known color: Lime Green. HEX triplet: 4B, E4 and 31. RGB value is (75,228,49). Sum of RGB (Red+Green+Blue) = 75+228+49=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 228 (89.45% from 255 or 64.77% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 228 - color contains mainly: green. Hex color #4BE431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE431 is #B41BCE. Grayscale: #A2A2A2. Windows color (decimal): -11803599 or 3269707. OLE color: 3269707.
HSL color Cylindrical-coordinate representation of color #4BE431: hue angle of 111.28º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4BE431 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 228 | 49 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.11 |
| HSL | 111.28º | 0.77% | 0.54% | - |
| HSV(B) | 111.28º | 0.79% | 0.89% | - |
| XYZ | 31.2 | 57.2 | 12.3 | - |
| YUV | 161.85 | 64.31 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 228 | 49 | 0.67 | 0 | 0.79 | 0.11 | 111.28 | 0.77 | 0.54 |
| Hex | 4B | E4 | 31 | 43 | 0 | 4F | B | 6F | 4D | 36 |
| Octal | 113 | 344 | 61 | 103 | 0 | 117 | 13 | 157 | 115 | 66 |
| Binary | 1001011 | 11100100 | 110001 | 1000011 | 0 | 1001111 | 1011 | 1101111 | 1001101 | 110110 |
Color Harmonies of #4BE431
Complementary color
Monochromatic Colors of #4BE431
Black with #4BE431
Text Example
Text Example
White with #4BE431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE431; }
p { color: rgb(75,228,49); }
H1.HeaderClassName
{
color: #4BE431;
}
.AnyTagClassName
{
color: #4BE431;
}
</style>
background-color css
<style>
a { background-color: #4BE431; }
a { background-color: rgb(75,228,49); }
div.DivClassName
{
background-color: #4BE431;
}
.BgClassName
{
background-color: #4BE431;
}
</style>
border-color css
<style>
span { border-color: #4BE431; }
span { border-color: rgb(75,228,49); }
td.TdClassName
{
border-color: #4BE431;
}
.TagClassName
{
border-color: #4BE431;
}
</style>