Shades of Lime Green #4ECE4B
Tints of Lime Green #4ECE4B
RGB
CMYK
RGB Variations
Color information
#4ECE4B (or 0x4ECE4B) is known color: Lime Green. HEX triplet: 4E, CE and 4B. RGB value is (78,206,75). Sum of RGB (Red+Green+Blue) = 78+206+75=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #4ECE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECE4B is #B131B4. Grayscale: #999999. Windows color (decimal): -11612597 or 4968014. OLE color: 4968014.
HSL color Cylindrical-coordinate representation of color #4ECE4B: hue angle of 118.63º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ECE4B is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 206 | 75 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.19 |
| HSL | 118.63º | 0.57% | 0.55% | - |
| HSV(B) | 118.63º | 0.64% | 0.81% | - |
| XYZ | 26.48 | 46.27 | 14.19 | - |
| YUV | 152.79 | 84.09 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 206 | 75 | 0.62 | 0 | 0.64 | 0.19 | 118.63 | 0.57 | 0.55 |
| Hex | 4E | CE | 4B | 3E | 0 | 40 | 13 | 77 | 39 | 37 |
| Octal | 116 | 316 | 113 | 76 | 0 | 100 | 23 | 167 | 71 | 67 |
| Binary | 1001110 | 11001110 | 1001011 | 111110 | 0 | 1000000 | 10011 | 1110111 | 111001 | 110111 |
Color Harmonies of #4ECE4B
Complementary color
Monochromatic Colors of #4ECE4B
Black with #4ECE4B
Text Example
Text Example
White with #4ECE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECE4B; }
p { color: rgb(78,206,75); }
H1.HeaderClassName
{
color: #4ECE4B;
}
.AnyTagClassName
{
color: #4ECE4B;
}
</style>
background-color css
<style>
a { background-color: #4ECE4B; }
a { background-color: rgb(78,206,75); }
div.DivClassName
{
background-color: #4ECE4B;
}
.BgClassName
{
background-color: #4ECE4B;
}
</style>
border-color css
<style>
span { border-color: #4ECE4B; }
span { border-color: rgb(78,206,75); }
td.TdClassName
{
border-color: #4ECE4B;
}
.TagClassName
{
border-color: #4ECE4B;
}
</style>