Shades of Lime Green #4EEF30
Tints of Lime Green #4EEF30
RGB
CMYK
RGB Variations
Color information
#4EEF30 (or 0x4EEF30) is known color: Lime Green. HEX triplet: 4E, EF and 30. RGB value is (78,239,48). Sum of RGB (Red+Green+Blue) = 78+239+48=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 239 (93.75% from 255 or 65.48% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEF30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEF30 is #B110CF. Grayscale: #A9A9A9. Windows color (decimal): -11604176 or 3206990. OLE color: 3206990.
HSL color Cylindrical-coordinate representation of color #4EEF30: hue angle of 110.58º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4EEF30 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 48 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.06 |
| HSL | 110.58º | 0.86% | 0.56% | - |
| HSV(B) | 110.58º | 0.8% | 0.94% | - |
| XYZ | 34.54 | 63.57 | 13.25 | - |
| YUV | 169.09 | 59.66 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 48 | 0.67 | 0 | 0.80 | 0.06 | 110.58 | 0.86 | 0.56 |
| Hex | 4E | EF | 30 | 43 | 0 | 50 | 6 | 6F | 56 | 38 |
| Octal | 116 | 357 | 60 | 103 | 0 | 120 | 6 | 157 | 126 | 70 |
| Binary | 1001110 | 11101111 | 110000 | 1000011 | 0 | 1010000 | 110 | 1101111 | 1010110 | 111000 |
Color Harmonies of #4EEF30
Complementary color
Monochromatic Colors of #4EEF30
Black with #4EEF30
Text Example
Text Example
White with #4EEF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEF30; }
p { color: rgb(78,239,48); }
H1.HeaderClassName
{
color: #4EEF30;
}
.AnyTagClassName
{
color: #4EEF30;
}
</style>
background-color css
<style>
a { background-color: #4EEF30; }
a { background-color: rgb(78,239,48); }
div.DivClassName
{
background-color: #4EEF30;
}
.BgClassName
{
background-color: #4EEF30;
}
</style>
border-color css
<style>
span { border-color: #4EEF30; }
span { border-color: rgb(78,239,48); }
td.TdClassName
{
border-color: #4EEF30;
}
.TagClassName
{
border-color: #4EEF30;
}
</style>