Shades of Lime Green #4ED33D
Tints of Lime Green #4ED33D
RGB
CMYK
RGB Variations
Color information
#4ED33D (or 0x4ED33D) is known color: Lime Green. HEX triplet: 4E, D3 and 3D. RGB value is (78,211,61). Sum of RGB (Red+Green+Blue) = 78+211+61=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 211 (82.81% from 255 or 60.29% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 211 - color contains mainly: green. Hex color #4ED33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED33D is #B12CC2. Grayscale: #9A9A9A. Windows color (decimal): -11611331 or 4051790. OLE color: 4051790.
HSL color Cylindrical-coordinate representation of color #4ED33D: hue angle of 113.2º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ED33D is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 211 | 61 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.17 |
| HSL | 113.2º | 0.63% | 0.53% | - |
| HSV(B) | 113.2º | 0.71% | 0.83% | - |
| XYZ | 27.28 | 48.55 | 12.35 | - |
| YUV | 154.13 | 75.44 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 211 | 61 | 0.63 | 0 | 0.71 | 0.17 | 113.2 | 0.63 | 0.53 |
| Hex | 4E | D3 | 3D | 3F | 0 | 47 | 11 | 71 | 3F | 35 |
| Octal | 116 | 323 | 75 | 77 | 0 | 107 | 21 | 161 | 77 | 65 |
| Binary | 1001110 | 11010011 | 111101 | 111111 | 0 | 1000111 | 10001 | 1110001 | 111111 | 110101 |
Color Harmonies of #4ED33D
Complementary color
Monochromatic Colors of #4ED33D
Black with #4ED33D
Text Example
Text Example
White with #4ED33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED33D; }
p { color: rgb(78,211,61); }
H1.HeaderClassName
{
color: #4ED33D;
}
.AnyTagClassName
{
color: #4ED33D;
}
</style>
background-color css
<style>
a { background-color: #4ED33D; }
a { background-color: rgb(78,211,61); }
div.DivClassName
{
background-color: #4ED33D;
}
.BgClassName
{
background-color: #4ED33D;
}
</style>
border-color css
<style>
span { border-color: #4ED33D; }
span { border-color: rgb(78,211,61); }
td.TdClassName
{
border-color: #4ED33D;
}
.TagClassName
{
border-color: #4ED33D;
}
</style>