Shades of Lime Green #4BE149
Tints of Lime Green #4BE149
RGB
CMYK
RGB Variations
Color information
#4BE149 (or 0x4BE149) is known color: Lime Green. HEX triplet: 4B, E1 and 49. RGB value is (75,225,73). Sum of RGB (Red+Green+Blue) = 75+225+73=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #4BE149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE149 is #B41EB6. Grayscale: #A3A3A3. Windows color (decimal): -11804343 or 4841803. OLE color: 4841803.
HSL color Cylindrical-coordinate representation of color #4BE149: hue angle of 119.21º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE149 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 225 | 73 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.12 |
| HSL | 119.21º | 0.72% | 0.58% | - |
| HSV(B) | 119.21º | 0.68% | 0.88% | - |
| XYZ | 31.03 | 55.83 | 15.44 | - |
| YUV | 162.82 | 77.31 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 225 | 73 | 0.67 | 0 | 0.68 | 0.12 | 119.21 | 0.72 | 0.58 |
| Hex | 4B | E1 | 49 | 43 | 0 | 44 | C | 77 | 48 | 3A |
| Octal | 113 | 341 | 111 | 103 | 0 | 104 | 14 | 167 | 110 | 72 |
| Binary | 1001011 | 11100001 | 1001001 | 1000011 | 0 | 1000100 | 1100 | 1110111 | 1001000 | 111010 |
Color Harmonies of #4BE149
Complementary color
Monochromatic Colors of #4BE149
Black with #4BE149
Text Example
Text Example
White with #4BE149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE149; }
p { color: rgb(75,225,73); }
H1.HeaderClassName
{
color: #4BE149;
}
.AnyTagClassName
{
color: #4BE149;
}
</style>
background-color css
<style>
a { background-color: #4BE149; }
a { background-color: rgb(75,225,73); }
div.DivClassName
{
background-color: #4BE149;
}
.BgClassName
{
background-color: #4BE149;
}
</style>
border-color css
<style>
span { border-color: #4BE149; }
span { border-color: rgb(75,225,73); }
td.TdClassName
{
border-color: #4BE149;
}
.TagClassName
{
border-color: #4BE149;
}
</style>