Shades of Lime Green #4ED63D
Tints of Lime Green #4ED63D
RGB
CMYK
RGB Variations
Color information
#4ED63D (or 0x4ED63D) is known color: Lime Green. HEX triplet: 4E, D6 and 3D. RGB value is (78,214,61). Sum of RGB (Red+Green+Blue) = 78+214+61=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 214 (83.98% from 255 or 60.62% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED63D is #B129C2. Grayscale: #9C9C9C. Windows color (decimal): -11610563 or 4052558. OLE color: 4052558.
HSL color Cylindrical-coordinate representation of color #4ED63D: hue angle of 113.33º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ED63D is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 214 | 61 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.16 |
| HSL | 113.33º | 0.65% | 0.54% | - |
| HSV(B) | 113.33º | 0.71% | 0.84% | - |
| XYZ | 28.03 | 50.05 | 12.6 | - |
| YUV | 155.89 | 74.44 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 214 | 61 | 0.64 | 0 | 0.71 | 0.16 | 113.33 | 0.65 | 0.54 |
| Hex | 4E | D6 | 3D | 40 | 0 | 47 | 10 | 71 | 41 | 36 |
| Octal | 116 | 326 | 75 | 100 | 0 | 107 | 20 | 161 | 101 | 66 |
| Binary | 1001110 | 11010110 | 111101 | 1000000 | 0 | 1000111 | 10000 | 1110001 | 1000001 | 110110 |
Color Harmonies of #4ED63D
Complementary color
Monochromatic Colors of #4ED63D
Black with #4ED63D
Text Example
Text Example
White with #4ED63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED63D; }
p { color: rgb(78,214,61); }
H1.HeaderClassName
{
color: #4ED63D;
}
.AnyTagClassName
{
color: #4ED63D;
}
</style>
background-color css
<style>
a { background-color: #4ED63D; }
a { background-color: rgb(78,214,61); }
div.DivClassName
{
background-color: #4ED63D;
}
.BgClassName
{
background-color: #4ED63D;
}
</style>
border-color css
<style>
span { border-color: #4ED63D; }
span { border-color: rgb(78,214,61); }
td.TdClassName
{
border-color: #4ED63D;
}
.TagClassName
{
border-color: #4ED63D;
}
</style>