Shades of Lime Green #4ECD31
Tints of Lime Green #4ECD31
RGB
CMYK
RGB Variations
Color information
#4ECD31 (or 0x4ECD31) is known color: Lime Green. HEX triplet: 4E, CD and 31. RGB value is (78,205,49). Sum of RGB (Red+Green+Blue) = 78+205+49=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECD31 is #B132CE. Grayscale: #959595. Windows color (decimal): -11612879 or 3263822. OLE color: 3263822.
HSL color Cylindrical-coordinate representation of color #4ECD31: hue angle of 108.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4ECD31 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 49 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.20 |
| HSL | 108.85º | 0.61% | 0.5% | - |
| HSV(B) | 108.85º | 0.76% | 0.8% | - |
| XYZ | 25.53 | 45.5 | 10.34 | - |
| YUV | 149.24 | 71.42 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 49 | 0.62 | 0 | 0.76 | 0.20 | 108.85 | 0.61 | 0.5 |
| Hex | 4E | CD | 31 | 3E | 0 | 4C | 14 | 6D | 3D | 32 |
| Octal | 116 | 315 | 61 | 76 | 0 | 114 | 24 | 155 | 75 | 62 |
| Binary | 1001110 | 11001101 | 110001 | 111110 | 0 | 1001100 | 10100 | 1101101 | 111101 | 110010 |
Color Harmonies of #4ECD31
Complementary color
Monochromatic Colors of #4ECD31
Black with #4ECD31
Text Example
Text Example
White with #4ECD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECD31; }
p { color: rgb(78,205,49); }
H1.HeaderClassName
{
color: #4ECD31;
}
.AnyTagClassName
{
color: #4ECD31;
}
</style>
background-color css
<style>
a { background-color: #4ECD31; }
a { background-color: rgb(78,205,49); }
div.DivClassName
{
background-color: #4ECD31;
}
.BgClassName
{
background-color: #4ECD31;
}
</style>
border-color css
<style>
span { border-color: #4ECD31; }
span { border-color: rgb(78,205,49); }
td.TdClassName
{
border-color: #4ECD31;
}
.TagClassName
{
border-color: #4ECD31;
}
</style>