Shades of Limeade #4D8F01
Tints of Limeade #4D8F01
RGB
CMYK
RGB Variations
Color information
#4D8F01 (or 0x4D8F01) is known color: Limeade. HEX triplet: 4D, 8F and 01. RGB value is (77,143,1). Sum of RGB (Red+Green+Blue) = 77+143+1=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 143 (56.25% from 255 or 64.71% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 143 - color contains mainly: green. Hex color #4D8F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8F01 is #B270FE. Grayscale: #6B6B6B. Windows color (decimal): -11694335 or 102221. OLE color: 102221.
HSL color Cylindrical-coordinate representation of color #4D8F01: hue angle of 87.89º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D8F01 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 143 | 1 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.44 |
| HSL | 87.89º | 0.99% | 0.28% | - |
| HSV(B) | 87.89º | 0.99% | 0.56% | - |
| XYZ | 12.89 | 21.22 | 3.45 | - |
| YUV | 107.08 | 68.13 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 1 | 0.46 | 0 | 0.99 | 0.44 | 87.89 | 0.99 | 0.28 |
| Hex | 4D | 8F | 1 | 2E | 0 | 63 | 2C | 58 | 63 | 1C |
| Octal | 115 | 217 | 1 | 56 | 0 | 143 | 54 | 130 | 143 | 34 |
| Binary | 1001101 | 10001111 | 1 | 101110 | 0 | 1100011 | 101100 | 1011000 | 1100011 | 11100 |
Color Harmonies of #4D8F01
Complementary color
Monochromatic Colors of #4D8F01
Black with #4D8F01
Text Example
Text Example
White with #4D8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8F01; }
p { color: rgb(77,143,1); }
H1.HeaderClassName
{
color: #4D8F01;
}
.AnyTagClassName
{
color: #4D8F01;
}
</style>
background-color css
<style>
a { background-color: #4D8F01; }
a { background-color: rgb(77,143,1); }
div.DivClassName
{
background-color: #4D8F01;
}
.BgClassName
{
background-color: #4D8F01;
}
</style>
border-color css
<style>
span { border-color: #4D8F01; }
span { border-color: rgb(77,143,1); }
td.TdClassName
{
border-color: #4D8F01;
}
.TagClassName
{
border-color: #4D8F01;
}
</style>