Shades of Limeade #4A8E08
Tints of Limeade #4A8E08
RGB
CMYK
RGB Variations
Color information
#4A8E08 (or 0x4A8E08) is known color: Limeade. HEX triplet: 4A, 8E and 08. RGB value is (74,142,8). Sum of RGB (Red+Green+Blue) = 74+142+8=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 142 (55.86% from 255 or 63.39% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8E08 is #B571F7. Grayscale: #6A6A6A. Windows color (decimal): -11891192 or 560714. OLE color: 560714.
HSL color Cylindrical-coordinate representation of color #4A8E08: hue angle of 90.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A8E08 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 142 | 8 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.44 |
| HSL | 90.45º | 0.89% | 0.29% | - |
| HSV(B) | 90.45º | 0.94% | 0.56% | - |
| XYZ | 12.54 | 20.82 | 3.59 | - |
| YUV | 106.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 8 | 0.48 | 0 | 0.94 | 0.44 | 90.45 | 0.89 | 0.29 |
| Hex | 4A | 8E | 8 | 30 | 0 | 5E | 2C | 5A | 59 | 1D |
| Octal | 112 | 216 | 10 | 60 | 0 | 136 | 54 | 132 | 131 | 35 |
| Binary | 1001010 | 10001110 | 1000 | 110000 | 0 | 1011110 | 101100 | 1011010 | 1011001 | 11101 |
Color Harmonies of #4A8E08
Complementary color
Monochromatic Colors of #4A8E08
Black with #4A8E08
Text Example
Text Example
White with #4A8E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8E08; }
p { color: rgb(74,142,8); }
H1.HeaderClassName
{
color: #4A8E08;
}
.AnyTagClassName
{
color: #4A8E08;
}
</style>
background-color css
<style>
a { background-color: #4A8E08; }
a { background-color: rgb(74,142,8); }
div.DivClassName
{
background-color: #4A8E08;
}
.BgClassName
{
background-color: #4A8E08;
}
</style>
border-color css
<style>
span { border-color: #4A8E08; }
span { border-color: rgb(74,142,8); }
td.TdClassName
{
border-color: #4A8E08;
}
.TagClassName
{
border-color: #4A8E08;
}
</style>