Shades of Limeade #4E9301
Tints of Limeade #4E9301
RGB
CMYK
RGB Variations
Color information
#4E9301 (or 0x4E9301) is known color: Limeade. HEX triplet: 4E, 93 and 01. RGB value is (78,147,1). Sum of RGB (Red+Green+Blue) = 78+147+1=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 147 (57.81% from 255 or 65.04% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9301 is #B16CFE. Grayscale: #6E6E6E. Windows color (decimal): -11627775 or 103246. OLE color: 103246.
HSL color Cylindrical-coordinate representation of color #4E9301: hue angle of 88.36º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E9301 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 1 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.42 |
| HSL | 88.36º | 0.99% | 0.29% | - |
| HSV(B) | 88.36º | 0.99% | 0.58% | - |
| XYZ | 13.58 | 22.49 | 3.65 | - |
| YUV | 109.73 | 66.64 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 1 | 0.47 | 0 | 0.99 | 0.42 | 88.36 | 0.99 | 0.29 |
| Hex | 4E | 93 | 1 | 2F | 0 | 63 | 2A | 58 | 63 | 1D |
| Octal | 116 | 223 | 1 | 57 | 0 | 143 | 52 | 130 | 143 | 35 |
| Binary | 1001110 | 10010011 | 1 | 101111 | 0 | 1100011 | 101010 | 1011000 | 1100011 | 11101 |
Color Harmonies of #4E9301
Complementary color
Monochromatic Colors of #4E9301
Black with #4E9301
Text Example
Text Example
White with #4E9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9301; }
p { color: rgb(78,147,1); }
H1.HeaderClassName
{
color: #4E9301;
}
.AnyTagClassName
{
color: #4E9301;
}
</style>
background-color css
<style>
a { background-color: #4E9301; }
a { background-color: rgb(78,147,1); }
div.DivClassName
{
background-color: #4E9301;
}
.BgClassName
{
background-color: #4E9301;
}
</style>
border-color css
<style>
span { border-color: #4E9301; }
span { border-color: rgb(78,147,1); }
td.TdClassName
{
border-color: #4E9301;
}
.TagClassName
{
border-color: #4E9301;
}
</style>