Shades of Lime Green #4ED335
Tints of Lime Green #4ED335
RGB
CMYK
RGB Variations
Color information
#4ED335 (or 0x4ED335) is known color: Lime Green. HEX triplet: 4E, D3 and 35. RGB value is (78,211,53). Sum of RGB (Red+Green+Blue) = 78+211+53=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 211 (82.81% from 255 or 61.70% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 211 - color contains mainly: green. Hex color #4ED335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED335 is #B12CCA. Grayscale: #999999. Windows color (decimal): -11611339 or 3527502. OLE color: 3527502.
HSL color Cylindrical-coordinate representation of color #4ED335: hue angle of 110.51º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4ED335 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 211 | 53 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.17 |
| HSL | 110.51º | 0.64% | 0.52% | - |
| HSV(B) | 110.51º | 0.75% | 0.83% | - |
| XYZ | 27.08 | 48.47 | 11.3 | - |
| YUV | 153.22 | 71.44 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 211 | 53 | 0.63 | 0 | 0.75 | 0.17 | 110.51 | 0.64 | 0.52 |
| Hex | 4E | D3 | 35 | 3F | 0 | 4B | 11 | 6F | 40 | 34 |
| Octal | 116 | 323 | 65 | 77 | 0 | 113 | 21 | 157 | 100 | 64 |
| Binary | 1001110 | 11010011 | 110101 | 111111 | 0 | 1001011 | 10001 | 1101111 | 1000000 | 110100 |
Color Harmonies of #4ED335
Complementary color
Monochromatic Colors of #4ED335
Black with #4ED335
Text Example
Text Example
White with #4ED335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED335; }
p { color: rgb(78,211,53); }
H1.HeaderClassName
{
color: #4ED335;
}
.AnyTagClassName
{
color: #4ED335;
}
</style>
background-color css
<style>
a { background-color: #4ED335; }
a { background-color: rgb(78,211,53); }
div.DivClassName
{
background-color: #4ED335;
}
.BgClassName
{
background-color: #4ED335;
}
</style>
border-color css
<style>
span { border-color: #4ED335; }
span { border-color: rgb(78,211,53); }
td.TdClassName
{
border-color: #4ED335;
}
.TagClassName
{
border-color: #4ED335;
}
</style>