Shades of Lime Green #4BE04E
Tints of Lime Green #4BE04E
RGB
CMYK
RGB Variations
Color information
#4BE04E (or 0x4BE04E) is known color: Lime Green. HEX triplet: 4B, E0 and 4E. RGB value is (75,224,78). Sum of RGB (Red+Green+Blue) = 75+224+78=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BE04E is #B41FB1. Grayscale: #A3A3A3. Windows color (decimal): -11804594 or 5169227. OLE color: 5169227.
HSL color Cylindrical-coordinate representation of color #4BE04E: hue angle of 121.21º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE04E is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 224 | 78 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.12 |
| HSL | 121.21º | 0.71% | 0.59% | - |
| HSV(B) | 121.21º | 0.67% | 0.88% | - |
| XYZ | 30.93 | 55.36 | 16.26 | - |
| YUV | 162.81 | 80.14 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 224 | 78 | 0.67 | 0 | 0.65 | 0.12 | 121.21 | 0.71 | 0.59 |
| Hex | 4B | E0 | 4E | 43 | 0 | 41 | C | 79 | 47 | 3B |
| Octal | 113 | 340 | 116 | 103 | 0 | 101 | 14 | 171 | 107 | 73 |
| Binary | 1001011 | 11100000 | 1001110 | 1000011 | 0 | 1000001 | 1100 | 1111001 | 1000111 | 111011 |
Color Harmonies of #4BE04E
Complementary color
Monochromatic Colors of #4BE04E
Black with #4BE04E
Text Example
Text Example
White with #4BE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE04E; }
p { color: rgb(75,224,78); }
H1.HeaderClassName
{
color: #4BE04E;
}
.AnyTagClassName
{
color: #4BE04E;
}
</style>
background-color css
<style>
a { background-color: #4BE04E; }
a { background-color: rgb(75,224,78); }
div.DivClassName
{
background-color: #4BE04E;
}
.BgClassName
{
background-color: #4BE04E;
}
</style>
border-color css
<style>
span { border-color: #4BE04E; }
span { border-color: rgb(75,224,78); }
td.TdClassName
{
border-color: #4BE04E;
}
.TagClassName
{
border-color: #4BE04E;
}
</style>