Shades of Lime Green #4ED235
Tints of Lime Green #4ED235
RGB
CMYK
RGB Variations
Color information
#4ED235 (or 0x4ED235) is known color: Lime Green. HEX triplet: 4E, D2 and 35. RGB value is (78,210,53). Sum of RGB (Red+Green+Blue) = 78+210+53=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #4ED235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED235 is #B12DCA. Grayscale: #999999. Windows color (decimal): -11611595 or 3527246. OLE color: 3527246.
HSL color Cylindrical-coordinate representation of color #4ED235: hue angle of 110.45º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4ED235 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 210 | 53 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.18 |
| HSL | 110.45º | 0.64% | 0.52% | - |
| HSV(B) | 110.45º | 0.75% | 0.82% | - |
| XYZ | 26.83 | 47.97 | 11.21 | - |
| YUV | 152.63 | 71.77 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 210 | 53 | 0.63 | 0 | 0.75 | 0.18 | 110.45 | 0.64 | 0.52 |
| Hex | 4E | D2 | 35 | 3F | 0 | 4B | 12 | 6E | 40 | 34 |
| Octal | 116 | 322 | 65 | 77 | 0 | 113 | 22 | 156 | 100 | 64 |
| Binary | 1001110 | 11010010 | 110101 | 111111 | 0 | 1001011 | 10010 | 1101110 | 1000000 | 110100 |
Color Harmonies of #4ED235
Complementary color
Monochromatic Colors of #4ED235
Black with #4ED235
Text Example
Text Example
White with #4ED235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED235; }
p { color: rgb(78,210,53); }
H1.HeaderClassName
{
color: #4ED235;
}
.AnyTagClassName
{
color: #4ED235;
}
</style>
background-color css
<style>
a { background-color: #4ED235; }
a { background-color: rgb(78,210,53); }
div.DivClassName
{
background-color: #4ED235;
}
.BgClassName
{
background-color: #4ED235;
}
</style>
border-color css
<style>
span { border-color: #4ED235; }
span { border-color: rgb(78,210,53); }
td.TdClassName
{
border-color: #4ED235;
}
.TagClassName
{
border-color: #4ED235;
}
</style>