Shades of Limeade #4B8F01
Tints of Limeade #4B8F01
RGB
CMYK
RGB Variations
Color information
#4B8F01 (or 0x4B8F01) is known color: Limeade. HEX triplet: 4B, 8F and 01. RGB value is (75,143,1). Sum of RGB (Red+Green+Blue) = 75+143+1=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 143 (56.25% from 255 or 65.30% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 143 - color contains mainly: green. Hex color #4B8F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8F01 is #B470FE. Grayscale: #6A6A6A. Windows color (decimal): -11825407 or 102219. OLE color: 102219.
HSL color Cylindrical-coordinate representation of color #4B8F01: hue angle of 88.73º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B8F01 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 143 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.44 |
| HSL | 88.73º | 0.99% | 0.28% | - |
| HSV(B) | 88.73º | 0.99% | 0.56% | - |
| XYZ | 12.73 | 21.14 | 3.44 | - |
| YUV | 106.48 | 68.47 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 143 | 1 | 0.48 | 0 | 0.99 | 0.44 | 88.73 | 0.99 | 0.28 |
| Hex | 4B | 8F | 1 | 30 | 0 | 63 | 2C | 59 | 63 | 1C |
| Octal | 113 | 217 | 1 | 60 | 0 | 143 | 54 | 131 | 143 | 34 |
| Binary | 1001011 | 10001111 | 1 | 110000 | 0 | 1100011 | 101100 | 1011001 | 1100011 | 11100 |
Color Harmonies of #4B8F01
Complementary color
Monochromatic Colors of #4B8F01
Black with #4B8F01
Text Example
Text Example
White with #4B8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8F01; }
p { color: rgb(75,143,1); }
H1.HeaderClassName
{
color: #4B8F01;
}
.AnyTagClassName
{
color: #4B8F01;
}
</style>
background-color css
<style>
a { background-color: #4B8F01; }
a { background-color: rgb(75,143,1); }
div.DivClassName
{
background-color: #4B8F01;
}
.BgClassName
{
background-color: #4B8F01;
}
</style>
border-color css
<style>
span { border-color: #4B8F01; }
span { border-color: rgb(75,143,1); }
td.TdClassName
{
border-color: #4B8F01;
}
.TagClassName
{
border-color: #4B8F01;
}
</style>