Shades of Lime Green #4ED930
Tints of Lime Green #4ED930
RGB
CMYK
RGB Variations
Color information
#4ED930 (or 0x4ED930) is known color: Lime Green. HEX triplet: 4E, D9 and 30. RGB value is (78,217,48). Sum of RGB (Red+Green+Blue) = 78+217+48=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #4ED930 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED930 is #B126CF. Grayscale: #9C9C9C. Windows color (decimal): -11609808 or 3201358. OLE color: 3201358.
HSL color Cylindrical-coordinate representation of color #4ED930: hue angle of 109.35º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4ED930 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 217 | 48 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.15 |
| HSL | 109.35º | 0.69% | 0.52% | - |
| HSV(B) | 109.35º | 0.78% | 0.85% | - |
| XYZ | 28.49 | 51.46 | 11.23 | - |
| YUV | 156.17 | 66.95 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 217 | 48 | 0.64 | 0 | 0.78 | 0.15 | 109.35 | 0.69 | 0.52 |
| Hex | 4E | D9 | 30 | 40 | 0 | 4E | F | 6D | 45 | 34 |
| Octal | 116 | 331 | 60 | 100 | 0 | 116 | 17 | 155 | 105 | 64 |
| Binary | 1001110 | 11011001 | 110000 | 1000000 | 0 | 1001110 | 1111 | 1101101 | 1000101 | 110100 |
Color Harmonies of #4ED930
Complementary color
Monochromatic Colors of #4ED930
Black with #4ED930
Text Example
Text Example
White with #4ED930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED930; }
p { color: rgb(78,217,48); }
H1.HeaderClassName
{
color: #4ED930;
}
.AnyTagClassName
{
color: #4ED930;
}
</style>
background-color css
<style>
a { background-color: #4ED930; }
a { background-color: rgb(78,217,48); }
div.DivClassName
{
background-color: #4ED930;
}
.BgClassName
{
background-color: #4ED930;
}
</style>
border-color css
<style>
span { border-color: #4ED930; }
span { border-color: rgb(78,217,48); }
td.TdClassName
{
border-color: #4ED930;
}
.TagClassName
{
border-color: #4ED930;
}
</style>