Shades of Lime Green #4EEA31
Tints of Lime Green #4EEA31
RGB
CMYK
RGB Variations
Color information
#4EEA31 (or 0x4EEA31) is known color: Lime Green. HEX triplet: 4E, EA and 31. RGB value is (78,234,49). Sum of RGB (Red+Green+Blue) = 78+234+49=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 234 (91.80% from 255 or 64.82% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEA31 is #B115CE. Grayscale: #A6A6A6. Windows color (decimal): -11605455 or 3271246. OLE color: 3271246.
HSL color Cylindrical-coordinate representation of color #4EEA31: hue angle of 110.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4EEA31 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 49 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.08 |
| HSL | 110.59º | 0.81% | 0.55% | - |
| HSV(B) | 110.59º | 0.79% | 0.92% | - |
| XYZ | 33.12 | 60.69 | 12.87 | - |
| YUV | 166.27 | 61.82 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 49 | 0.67 | 0 | 0.79 | 0.08 | 110.59 | 0.81 | 0.55 |
| Hex | 4E | EA | 31 | 43 | 0 | 4F | 8 | 6F | 51 | 37 |
| Octal | 116 | 352 | 61 | 103 | 0 | 117 | 10 | 157 | 121 | 67 |
| Binary | 1001110 | 11101010 | 110001 | 1000011 | 0 | 1001111 | 1000 | 1101111 | 1010001 | 110111 |
Color Harmonies of #4EEA31
Complementary color
Monochromatic Colors of #4EEA31
Black with #4EEA31
Text Example
Text Example
White with #4EEA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA31; }
p { color: rgb(78,234,49); }
H1.HeaderClassName
{
color: #4EEA31;
}
.AnyTagClassName
{
color: #4EEA31;
}
</style>
background-color css
<style>
a { background-color: #4EEA31; }
a { background-color: rgb(78,234,49); }
div.DivClassName
{
background-color: #4EEA31;
}
.BgClassName
{
background-color: #4EEA31;
}
</style>
border-color css
<style>
span { border-color: #4EEA31; }
span { border-color: rgb(78,234,49); }
td.TdClassName
{
border-color: #4EEA31;
}
.TagClassName
{
border-color: #4EEA31;
}
</style>