Shades of Limeade #4E9200
Tints of Limeade #4E9200
RGB
CMYK
RGB Variations
Color information
#4E9200 (or 0x4E9200) is known color: Limeade. HEX triplet: 4E, 92 and 00. RGB value is (78,146,0). Sum of RGB (Red+Green+Blue) = 78+146+0=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 146 (57.42% from 255 or 65.18% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 146 - color contains mainly: green. Hex color #4E9200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9200 is #B16DFF. Grayscale: #6D6D6D. Windows color (decimal): -11628032 or 37454. OLE color: 37454.
HSL color Cylindrical-coordinate representation of color #4E9200: hue angle of 87.95º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E9200 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 146 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.43 |
| HSL | 87.95º | 1% | 0.29% | - |
| HSV(B) | 87.95º | 1% | 0.57% | - |
| XYZ | 13.42 | 22.18 | 3.57 | - |
| YUV | 109.02 | 66.47 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 0 | 0.47 | 0 | 1 | 0.43 | 87.95 | 1 | 0.29 |
| Hex | 4E | 92 | 0 | 2F | 0 | 64 | 2B | 58 | 64 | 1D |
| Octal | 116 | 222 | 0 | 57 | 0 | 144 | 53 | 130 | 144 | 35 |
| Binary | 1001110 | 10010010 | 0 | 101111 | 0 | 1100100 | 101011 | 1011000 | 1100100 | 11101 |
Color Harmonies of #4E9200
Complementary color
Monochromatic Colors of #4E9200
Black with #4E9200
Text Example
Text Example
White with #4E9200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9200; }
p { color: rgb(78,146,0); }
H1.HeaderClassName
{
color: #4E9200;
}
.AnyTagClassName
{
color: #4E9200;
}
</style>
background-color css
<style>
a { background-color: #4E9200; }
a { background-color: rgb(78,146,0); }
div.DivClassName
{
background-color: #4E9200;
}
.BgClassName
{
background-color: #4E9200;
}
</style>
border-color css
<style>
span { border-color: #4E9200; }
span { border-color: rgb(78,146,0); }
td.TdClassName
{
border-color: #4E9200;
}
.TagClassName
{
border-color: #4E9200;
}
</style>