Shades of Limeade #4B9B0C
Tints of Limeade #4B9B0C
RGB
CMYK
RGB Variations
Color information
#4B9B0C (or 0x4B9B0C) is known color: Limeade. HEX triplet: 4B, 9B and 0C. RGB value is (75,155,12). Sum of RGB (Red+Green+Blue) = 75+155+12=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 155 (60.94% from 255 or 64.05% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9B0C is #B464F3. Grayscale: #737373. Windows color (decimal): -11822324 or 826187. OLE color: 826187.
HSL color Cylindrical-coordinate representation of color #4B9B0C: hue angle of 93.57º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B9B0C is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 155 | 12 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.39 |
| HSL | 93.57º | 0.86% | 0.33% | - |
| HSV(B) | 93.57º | 0.92% | 0.61% | - |
| XYZ | 14.69 | 24.97 | 4.39 | - |
| YUV | 114.78 | 70 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 155 | 12 | 0.52 | 0 | 0.92 | 0.39 | 93.57 | 0.86 | 0.33 |
| Hex | 4B | 9B | C | 34 | 0 | 5C | 27 | 5E | 56 | 21 |
| Octal | 113 | 233 | 14 | 64 | 0 | 134 | 47 | 136 | 126 | 41 |
| Binary | 1001011 | 10011011 | 1100 | 110100 | 0 | 1011100 | 100111 | 1011110 | 1010110 | 100001 |
Color Harmonies of #4B9B0C
Complementary color
Monochromatic Colors of #4B9B0C
Black with #4B9B0C
Text Example
Text Example
White with #4B9B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9B0C; }
p { color: rgb(75,155,12); }
H1.HeaderClassName
{
color: #4B9B0C;
}
.AnyTagClassName
{
color: #4B9B0C;
}
</style>
background-color css
<style>
a { background-color: #4B9B0C; }
a { background-color: rgb(75,155,12); }
div.DivClassName
{
background-color: #4B9B0C;
}
.BgClassName
{
background-color: #4B9B0C;
}
</style>
border-color css
<style>
span { border-color: #4B9B0C; }
span { border-color: rgb(75,155,12); }
td.TdClassName
{
border-color: #4B9B0C;
}
.TagClassName
{
border-color: #4B9B0C;
}
</style>