Shades of Lime Green #4EF334
Tints of Lime Green #4EF334
RGB
CMYK
RGB Variations
Color information
#4EF334 (or 0x4EF334) is known color: Lime Green. HEX triplet: 4E, F3 and 34. RGB value is (78,243,52). Sum of RGB (Red+Green+Blue) = 78+243+52=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #4EF334 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF334 is #B10CCB. Grayscale: #ACACAC. Windows color (decimal): -11603148 or 3470158. OLE color: 3470158.
HSL color Cylindrical-coordinate representation of color #4EF334: hue angle of 111.83º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4EF334 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 243 | 52 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.05 |
| HSL | 111.83º | 0.89% | 0.58% | - |
| HSV(B) | 111.83º | 0.79% | 0.95% | - |
| XYZ | 35.81 | 65.97 | 14.09 | - |
| YUV | 171.89 | 60.34 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 243 | 52 | 0.68 | 0 | 0.79 | 0.05 | 111.83 | 0.89 | 0.58 |
| Hex | 4E | F3 | 34 | 44 | 0 | 4F | 5 | 70 | 59 | 3A |
| Octal | 116 | 363 | 64 | 104 | 0 | 117 | 5 | 160 | 131 | 72 |
| Binary | 1001110 | 11110011 | 110100 | 1000100 | 0 | 1001111 | 101 | 1110000 | 1011001 | 111010 |
Color Harmonies of #4EF334
Complementary color
Monochromatic Colors of #4EF334
Black with #4EF334
Text Example
Text Example
White with #4EF334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF334; }
p { color: rgb(78,243,52); }
H1.HeaderClassName
{
color: #4EF334;
}
.AnyTagClassName
{
color: #4EF334;
}
</style>
background-color css
<style>
a { background-color: #4EF334; }
a { background-color: rgb(78,243,52); }
div.DivClassName
{
background-color: #4EF334;
}
.BgClassName
{
background-color: #4EF334;
}
</style>
border-color css
<style>
span { border-color: #4EF334; }
span { border-color: rgb(78,243,52); }
td.TdClassName
{
border-color: #4EF334;
}
.TagClassName
{
border-color: #4EF334;
}
</style>