Shades of Limeade #4B8F10
Tints of Limeade #4B8F10
RGB
CMYK
RGB Variations
Color information
#4B8F10 (or 0x4B8F10) is known color: Limeade. HEX triplet: 4B, 8F and 10. RGB value is (75,143,16). Sum of RGB (Red+Green+Blue) = 75+143+16=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 143 (56.25% from 255 or 61.11% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 143 - color contains mainly: green. Hex color #4B8F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8F10 is #B470EF. Grayscale: #6C6C6C. Windows color (decimal): -11825392 or 1085259. OLE color: 1085259.
HSL color Cylindrical-coordinate representation of color #4B8F10: hue angle of 92.13º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B8F10 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 143 | 16 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.44 |
| HSL | 92.13º | 0.8% | 0.31% | - |
| HSV(B) | 92.13º | 0.89% | 0.56% | - |
| XYZ | 12.82 | 21.18 | 3.9 | - |
| YUV | 108.19 | 75.97 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 143 | 16 | 0.48 | 0 | 0.89 | 0.44 | 92.13 | 0.8 | 0.31 |
| Hex | 4B | 8F | 10 | 30 | 0 | 59 | 2C | 5C | 50 | 1F |
| Octal | 113 | 217 | 20 | 60 | 0 | 131 | 54 | 134 | 120 | 37 |
| Binary | 1001011 | 10001111 | 10000 | 110000 | 0 | 1011001 | 101100 | 1011100 | 1010000 | 11111 |
Color Harmonies of #4B8F10
Complementary color
Monochromatic Colors of #4B8F10
Black with #4B8F10
Text Example
Text Example
White with #4B8F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8F10; }
p { color: rgb(75,143,16); }
H1.HeaderClassName
{
color: #4B8F10;
}
.AnyTagClassName
{
color: #4B8F10;
}
</style>
background-color css
<style>
a { background-color: #4B8F10; }
a { background-color: rgb(75,143,16); }
div.DivClassName
{
background-color: #4B8F10;
}
.BgClassName
{
background-color: #4B8F10;
}
</style>
border-color css
<style>
span { border-color: #4B8F10; }
span { border-color: rgb(75,143,16); }
td.TdClassName
{
border-color: #4B8F10;
}
.TagClassName
{
border-color: #4B8F10;
}
</style>