Shades of Lime Green #4EDF2F
Tints of Lime Green #4EDF2F
RGB
CMYK
RGB Variations
Color information
#4EDF2F (or 0x4EDF2F) is known color: Lime Green. HEX triplet: 4E, DF and 2F. RGB value is (78,223,47). Sum of RGB (Red+Green+Blue) = 78+223+47=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 223 (87.5% from 255 or 64.08% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDF2F is #B120D0. Grayscale: #A0A0A0. Windows color (decimal): -11608273 or 3137358. OLE color: 3137358.
HSL color Cylindrical-coordinate representation of color #4EDF2F: hue angle of 109.43º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4EDF2F is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 223 | 47 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.13 |
| HSL | 109.43º | 0.73% | 0.53% | - |
| HSV(B) | 109.43º | 0.79% | 0.87% | - |
| XYZ | 30.04 | 54.6 | 11.64 | - |
| YUV | 159.58 | 64.46 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 223 | 47 | 0.65 | 0 | 0.79 | 0.13 | 109.43 | 0.73 | 0.53 |
| Hex | 4E | DF | 2F | 41 | 0 | 4F | D | 6D | 49 | 35 |
| Octal | 116 | 337 | 57 | 101 | 0 | 117 | 15 | 155 | 111 | 65 |
| Binary | 1001110 | 11011111 | 101111 | 1000001 | 0 | 1001111 | 1101 | 1101101 | 1001001 | 110101 |
Color Harmonies of #4EDF2F
Complementary color
Monochromatic Colors of #4EDF2F
Black with #4EDF2F
Text Example
Text Example
White with #4EDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDF2F; }
p { color: rgb(78,223,47); }
H1.HeaderClassName
{
color: #4EDF2F;
}
.AnyTagClassName
{
color: #4EDF2F;
}
</style>
background-color css
<style>
a { background-color: #4EDF2F; }
a { background-color: rgb(78,223,47); }
div.DivClassName
{
background-color: #4EDF2F;
}
.BgClassName
{
background-color: #4EDF2F;
}
</style>
border-color css
<style>
span { border-color: #4EDF2F; }
span { border-color: rgb(78,223,47); }
td.TdClassName
{
border-color: #4EDF2F;
}
.TagClassName
{
border-color: #4EDF2F;
}
</style>