Shades of Lime Green #4EEA30
Tints of Lime Green #4EEA30
RGB
CMYK
RGB Variations
Color information
#4EEA30 (or 0x4EEA30) is known color: Lime Green. HEX triplet: 4E, EA and 30. RGB value is (78,234,48). Sum of RGB (Red+Green+Blue) = 78+234+48=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 234 (91.80% from 255 or 65% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 234 - color contains mainly: green. Hex color #4EEA30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEA30 is #B115CF. Grayscale: #A6A6A6. Windows color (decimal): -11605456 or 3205710. OLE color: 3205710.
HSL color Cylindrical-coordinate representation of color #4EEA30: hue angle of 110.32º degrees, saturation: 0.82, 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 #4EEA30 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 234 | 48 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.08 |
| HSL | 110.32º | 0.82% | 0.55% | - |
| HSV(B) | 110.32º | 0.79% | 0.92% | - |
| XYZ | 33.1 | 60.68 | 12.76 | - |
| YUV | 166.15 | 61.32 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 234 | 48 | 0.67 | 0 | 0.79 | 0.08 | 110.32 | 0.82 | 0.55 |
| Hex | 4E | EA | 30 | 43 | 0 | 4F | 8 | 6E | 52 | 37 |
| Octal | 116 | 352 | 60 | 103 | 0 | 117 | 10 | 156 | 122 | 67 |
| Binary | 1001110 | 11101010 | 110000 | 1000011 | 0 | 1001111 | 1000 | 1101110 | 1010010 | 110111 |
Color Harmonies of #4EEA30
Complementary color
Monochromatic Colors of #4EEA30
Black with #4EEA30
Text Example
Text Example
White with #4EEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEA30; }
p { color: rgb(78,234,48); }
H1.HeaderClassName
{
color: #4EEA30;
}
.AnyTagClassName
{
color: #4EEA30;
}
</style>
background-color css
<style>
a { background-color: #4EEA30; }
a { background-color: rgb(78,234,48); }
div.DivClassName
{
background-color: #4EEA30;
}
.BgClassName
{
background-color: #4EEA30;
}
</style>
border-color css
<style>
span { border-color: #4EEA30; }
span { border-color: rgb(78,234,48); }
td.TdClassName
{
border-color: #4EEA30;
}
.TagClassName
{
border-color: #4EEA30;
}
</style>