Shades of Lime Green #4ECD37
Tints of Lime Green #4ECD37
RGB
CMYK
RGB Variations
Color information
#4ECD37 (or 0x4ECD37) is known color: Lime Green. HEX triplet: 4E, CD and 37. RGB value is (78,205,55). Sum of RGB (Red+Green+Blue) = 78+205+55=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECD37 is #B132C8. Grayscale: #969696. Windows color (decimal): -11612873 or 3657038. OLE color: 3657038.
HSL color Cylindrical-coordinate representation of color #4ECD37: hue angle of 110.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4ECD37 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 55 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.20 |
| HSL | 110.8º | 0.6% | 0.51% | - |
| HSV(B) | 110.8º | 0.73% | 0.8% | - |
| XYZ | 25.66 | 45.56 | 11.06 | - |
| YUV | 149.93 | 74.42 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 55 | 0.62 | 0 | 0.73 | 0.20 | 110.8 | 0.6 | 0.51 |
| Hex | 4E | CD | 37 | 3E | 0 | 49 | 14 | 6F | 3C | 33 |
| Octal | 116 | 315 | 67 | 76 | 0 | 111 | 24 | 157 | 74 | 63 |
| Binary | 1001110 | 11001101 | 110111 | 111110 | 0 | 1001001 | 10100 | 1101111 | 111100 | 110011 |
Color Harmonies of #4ECD37
Complementary color
Monochromatic Colors of #4ECD37
Black with #4ECD37
Text Example
Text Example
White with #4ECD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECD37; }
p { color: rgb(78,205,55); }
H1.HeaderClassName
{
color: #4ECD37;
}
.AnyTagClassName
{
color: #4ECD37;
}
</style>
background-color css
<style>
a { background-color: #4ECD37; }
a { background-color: rgb(78,205,55); }
div.DivClassName
{
background-color: #4ECD37;
}
.BgClassName
{
background-color: #4ECD37;
}
</style>
border-color css
<style>
span { border-color: #4ECD37; }
span { border-color: rgb(78,205,55); }
td.TdClassName
{
border-color: #4ECD37;
}
.TagClassName
{
border-color: #4ECD37;
}
</style>