Shades of Limeade #4B9A08
Tints of Limeade #4B9A08
RGB
CMYK
RGB Variations
Color information
#4B9A08 (or 0x4B9A08) is known color: Limeade. HEX triplet: 4B, 9A and 08. RGB value is (75,154,8). Sum of RGB (Red+Green+Blue) = 75+154+8=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 154 (60.55% from 255 or 64.98% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 154 - color contains mainly: green. Hex color #4B9A08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9A08 is #B465F7. Grayscale: #727272. Windows color (decimal): -11822584 or 563787. OLE color: 563787.
HSL color Cylindrical-coordinate representation of color #4B9A08: hue angle of 92.47º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B9A08 is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 154 | 8 | - |
| CMYK | 0.51 | 0 | 0.95 | 0.40 |
| HSL | 92.47º | 0.9% | 0.32% | - |
| HSV(B) | 92.47º | 0.95% | 0.6% | - |
| XYZ | 14.5 | 24.62 | 4.22 | - |
| YUV | 113.74 | 68.33 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 154 | 8 | 0.51 | 0 | 0.95 | 0.40 | 92.47 | 0.9 | 0.32 |
| Hex | 4B | 9A | 8 | 33 | 0 | 5F | 28 | 5C | 5A | 20 |
| Octal | 113 | 232 | 10 | 63 | 0 | 137 | 50 | 134 | 132 | 40 |
| Binary | 1001011 | 10011010 | 1000 | 110011 | 0 | 1011111 | 101000 | 1011100 | 1011010 | 100000 |
Color Harmonies of #4B9A08
Complementary color
Monochromatic Colors of #4B9A08
Black with #4B9A08
Text Example
Text Example
White with #4B9A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9A08; }
p { color: rgb(75,154,8); }
H1.HeaderClassName
{
color: #4B9A08;
}
.AnyTagClassName
{
color: #4B9A08;
}
</style>
background-color css
<style>
a { background-color: #4B9A08; }
a { background-color: rgb(75,154,8); }
div.DivClassName
{
background-color: #4B9A08;
}
.BgClassName
{
background-color: #4B9A08;
}
</style>
border-color css
<style>
span { border-color: #4B9A08; }
span { border-color: rgb(75,154,8); }
td.TdClassName
{
border-color: #4B9A08;
}
.TagClassName
{
border-color: #4B9A08;
}
</style>