Shades of Limeade #4C9401
Tints of Limeade #4C9401
RGB
CMYK
RGB Variations
Color information
#4C9401 (or 0x4C9401) is known color: Limeade. HEX triplet: 4C, 94 and 01. RGB value is (76,148,1). Sum of RGB (Red+Green+Blue) = 76+148+1=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #4C9401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9401 is #B36BFE. Grayscale: #6E6E6E. Windows color (decimal): -11758591 or 103500. OLE color: 103500.
HSL color Cylindrical-coordinate representation of color #4C9401: hue angle of 89.39º 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 #4C9401 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 148 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.42 |
| HSL | 89.39º | 0.99% | 0.29% | - |
| HSV(B) | 89.39º | 0.99% | 0.58% | - |
| XYZ | 13.58 | 22.72 | 3.7 | - |
| YUV | 109.71 | 66.65 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 148 | 1 | 0.49 | 0 | 0.99 | 0.42 | 89.39 | 0.99 | 0.29 |
| Hex | 4C | 94 | 1 | 31 | 0 | 63 | 2A | 59 | 63 | 1D |
| Octal | 114 | 224 | 1 | 61 | 0 | 143 | 52 | 131 | 143 | 35 |
| Binary | 1001100 | 10010100 | 1 | 110001 | 0 | 1100011 | 101010 | 1011001 | 1100011 | 11101 |
Color Harmonies of #4C9401
Complementary color
Monochromatic Colors of #4C9401
Black with #4C9401
Text Example
Text Example
White with #4C9401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9401; }
p { color: rgb(76,148,1); }
H1.HeaderClassName
{
color: #4C9401;
}
.AnyTagClassName
{
color: #4C9401;
}
</style>
background-color css
<style>
a { background-color: #4C9401; }
a { background-color: rgb(76,148,1); }
div.DivClassName
{
background-color: #4C9401;
}
.BgClassName
{
background-color: #4C9401;
}
</style>
border-color css
<style>
span { border-color: #4C9401; }
span { border-color: rgb(76,148,1); }
td.TdClassName
{
border-color: #4C9401;
}
.TagClassName
{
border-color: #4C9401;
}
</style>