Shades of Limeade #4E9719
Tints of Limeade #4E9719
RGB
CMYK
RGB Variations
Color information
#4E9719 (or 0x4E9719) is known color: Limeade. HEX triplet: 4E, 97 and 19. RGB value is (78,151,25). Sum of RGB (Red+Green+Blue) = 78+151+25=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 151 (59.38% from 255 or 59.45% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 151 - color contains mainly: green. Hex color #4E9719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9719 is #B168E6. Grayscale: #737373. Windows color (decimal): -11626727 or 1677134. OLE color: 1677134.
HSL color Cylindrical-coordinate representation of color #4E9719: hue angle of 94.76º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E9719 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 151 | 25 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.41 |
| HSL | 94.76º | 0.72% | 0.35% | - |
| HSV(B) | 94.76º | 0.83% | 0.59% | - |
| XYZ | 14.38 | 23.82 | 4.76 | - |
| YUV | 114.81 | 77.32 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 151 | 25 | 0.48 | 0 | 0.83 | 0.41 | 94.76 | 0.72 | 0.35 |
| Hex | 4E | 97 | 19 | 30 | 0 | 53 | 29 | 5F | 48 | 23 |
| Octal | 116 | 227 | 31 | 60 | 0 | 123 | 51 | 137 | 110 | 43 |
| Binary | 1001110 | 10010111 | 11001 | 110000 | 0 | 1010011 | 101001 | 1011111 | 1001000 | 100011 |
Color Harmonies of #4E9719
Complementary color
Monochromatic Colors of #4E9719
Black with #4E9719
Text Example
Text Example
White with #4E9719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9719; }
p { color: rgb(78,151,25); }
H1.HeaderClassName
{
color: #4E9719;
}
.AnyTagClassName
{
color: #4E9719;
}
</style>
background-color css
<style>
a { background-color: #4E9719; }
a { background-color: rgb(78,151,25); }
div.DivClassName
{
background-color: #4E9719;
}
.BgClassName
{
background-color: #4E9719;
}
</style>
border-color css
<style>
span { border-color: #4E9719; }
span { border-color: rgb(78,151,25); }
td.TdClassName
{
border-color: #4E9719;
}
.TagClassName
{
border-color: #4E9719;
}
</style>