Shades of Limeade #4B9B1C
Tints of Limeade #4B9B1C
RGB
CMYK
RGB Variations
Color information
#4B9B1C (or 0x4B9B1C) is known color: Limeade. HEX triplet: 4B, 9B and 1C. RGB value is (75,155,28). Sum of RGB (Red+Green+Blue) = 75+155+28=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 155 (60.94% from 255 or 60.08% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9B1C is #B464E3. Grayscale: #757575. Windows color (decimal): -11822308 or 1874763. OLE color: 1874763.
HSL color Cylindrical-coordinate representation of color #4B9B1C: hue angle of 97.8º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B9B1C is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 155 | 28 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.39 |
| HSL | 97.8º | 0.69% | 0.36% | - |
| HSV(B) | 97.8º | 0.82% | 0.61% | - |
| XYZ | 14.83 | 25.02 | 5.15 | - |
| YUV | 116.6 | 78 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 155 | 28 | 0.52 | 0 | 0.82 | 0.39 | 97.8 | 0.69 | 0.36 |
| Hex | 4B | 9B | 1C | 34 | 0 | 52 | 27 | 62 | 45 | 24 |
| Octal | 113 | 233 | 34 | 64 | 0 | 122 | 47 | 142 | 105 | 44 |
| Binary | 1001011 | 10011011 | 11100 | 110100 | 0 | 1010010 | 100111 | 1100010 | 1000101 | 100100 |
Color Harmonies of #4B9B1C
Complementary color
Monochromatic Colors of #4B9B1C
Black with #4B9B1C
Text Example
Text Example
White with #4B9B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9B1C; }
p { color: rgb(75,155,28); }
H1.HeaderClassName
{
color: #4B9B1C;
}
.AnyTagClassName
{
color: #4B9B1C;
}
</style>
background-color css
<style>
a { background-color: #4B9B1C; }
a { background-color: rgb(75,155,28); }
div.DivClassName
{
background-color: #4B9B1C;
}
.BgClassName
{
background-color: #4B9B1C;
}
</style>
border-color css
<style>
span { border-color: #4B9B1C; }
span { border-color: rgb(75,155,28); }
td.TdClassName
{
border-color: #4B9B1C;
}
.TagClassName
{
border-color: #4B9B1C;
}
</style>