Shades of Lime Green #4EEC33
Tints of Lime Green #4EEC33
RGB
CMYK
RGB Variations
Color information
#4EEC33 (or 0x4EEC33) is known color: Lime Green. HEX triplet: 4E, EC and 33. RGB value is (78,236,51). Sum of RGB (Red+Green+Blue) = 78+236+51=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #4EEC33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EEC33 is #B113CC. Grayscale: #A8A8A8. Windows color (decimal): -11604941 or 3402830. OLE color: 3402830.
HSL color Cylindrical-coordinate representation of color #4EEC33: hue angle of 111.24º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4EEC33 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 236 | 51 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.07 |
| HSL | 111.24º | 0.83% | 0.56% | - |
| HSV(B) | 111.24º | 0.78% | 0.93% | - |
| XYZ | 33.73 | 61.85 | 13.29 | - |
| YUV | 167.67 | 62.15 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 236 | 51 | 0.67 | 0 | 0.78 | 0.07 | 111.24 | 0.83 | 0.56 |
| Hex | 4E | EC | 33 | 43 | 0 | 4E | 7 | 6F | 53 | 38 |
| Octal | 116 | 354 | 63 | 103 | 0 | 116 | 7 | 157 | 123 | 70 |
| Binary | 1001110 | 11101100 | 110011 | 1000011 | 0 | 1001110 | 111 | 1101111 | 1010011 | 111000 |
Color Harmonies of #4EEC33
Complementary color
Monochromatic Colors of #4EEC33
Black with #4EEC33
Text Example
Text Example
White with #4EEC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEC33; }
p { color: rgb(78,236,51); }
H1.HeaderClassName
{
color: #4EEC33;
}
.AnyTagClassName
{
color: #4EEC33;
}
</style>
background-color css
<style>
a { background-color: #4EEC33; }
a { background-color: rgb(78,236,51); }
div.DivClassName
{
background-color: #4EEC33;
}
.BgClassName
{
background-color: #4EEC33;
}
</style>
border-color css
<style>
span { border-color: #4EEC33; }
span { border-color: rgb(78,236,51); }
td.TdClassName
{
border-color: #4EEC33;
}
.TagClassName
{
border-color: #4EEC33;
}
</style>