Shades of Lime Green #4EE63D
Tints of Lime Green #4EE63D
RGB
CMYK
RGB Variations
Color information
#4EE63D (or 0x4EE63D) is known color: Lime Green. HEX triplet: 4E, E6 and 3D. RGB value is (78,230,61). Sum of RGB (Red+Green+Blue) = 78+230+61=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 230 (90.23% from 255 or 62.33% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 230 - color contains mainly: green. Hex color #4EE63D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EE63D is #B119C2. Grayscale: #A5A5A5. Windows color (decimal): -11606467 or 4056654. OLE color: 4056654.
HSL color Cylindrical-coordinate representation of color #4EE63D: hue angle of 113.96º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4EE63D is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 230 | 61 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.10 |
| HSL | 113.96º | 0.77% | 0.57% | - |
| HSV(B) | 113.96º | 0.73% | 0.9% | - |
| XYZ | 32.28 | 58.55 | 14.01 | - |
| YUV | 165.29 | 69.14 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 230 | 61 | 0.66 | 0 | 0.73 | 0.10 | 113.96 | 0.77 | 0.57 |
| Hex | 4E | E6 | 3D | 42 | 0 | 49 | A | 72 | 4D | 39 |
| Octal | 116 | 346 | 75 | 102 | 0 | 111 | 12 | 162 | 115 | 71 |
| Binary | 1001110 | 11100110 | 111101 | 1000010 | 0 | 1001001 | 1010 | 1110010 | 1001101 | 111001 |
Color Harmonies of #4EE63D
Complementary color
Monochromatic Colors of #4EE63D
Black with #4EE63D
Text Example
Text Example
White with #4EE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE63D; }
p { color: rgb(78,230,61); }
H1.HeaderClassName
{
color: #4EE63D;
}
.AnyTagClassName
{
color: #4EE63D;
}
</style>
background-color css
<style>
a { background-color: #4EE63D; }
a { background-color: rgb(78,230,61); }
div.DivClassName
{
background-color: #4EE63D;
}
.BgClassName
{
background-color: #4EE63D;
}
</style>
border-color css
<style>
span { border-color: #4EE63D; }
span { border-color: rgb(78,230,61); }
td.TdClassName
{
border-color: #4EE63D;
}
.TagClassName
{
border-color: #4EE63D;
}
</style>