Shades of Limeade #4B9302
Tints of Limeade #4B9302
RGB
CMYK
RGB Variations
Color information
#4B9302 (or 0x4B9302) is known color: Limeade. HEX triplet: 4B, 93 and 02. RGB value is (75,147,2). Sum of RGB (Red+Green+Blue) = 75+147+2=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9302 is #B46CFD. Grayscale: #6D6D6D. Windows color (decimal): -11824382 or 168779. OLE color: 168779.
HSL color Cylindrical-coordinate representation of color #4B9302: hue angle of 89.79º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B9302 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 2 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.42 |
| HSL | 89.79º | 0.97% | 0.29% | - |
| HSV(B) | 89.79º | 0.99% | 0.58% | - |
| XYZ | 13.35 | 22.37 | 3.67 | - |
| YUV | 108.94 | 67.65 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 2 | 0.49 | 0 | 0.99 | 0.42 | 89.79 | 0.97 | 0.29 |
| Hex | 4B | 93 | 2 | 31 | 0 | 63 | 2A | 5A | 61 | 1D |
| Octal | 113 | 223 | 2 | 61 | 0 | 143 | 52 | 132 | 141 | 35 |
| Binary | 1001011 | 10010011 | 10 | 110001 | 0 | 1100011 | 101010 | 1011010 | 1100001 | 11101 |
Color Harmonies of #4B9302
Complementary color
Monochromatic Colors of #4B9302
Black with #4B9302
Text Example
Text Example
White with #4B9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9302; }
p { color: rgb(75,147,2); }
H1.HeaderClassName
{
color: #4B9302;
}
.AnyTagClassName
{
color: #4B9302;
}
</style>
background-color css
<style>
a { background-color: #4B9302; }
a { background-color: rgb(75,147,2); }
div.DivClassName
{
background-color: #4B9302;
}
.BgClassName
{
background-color: #4B9302;
}
</style>
border-color css
<style>
span { border-color: #4B9302; }
span { border-color: rgb(75,147,2); }
td.TdClassName
{
border-color: #4B9302;
}
.TagClassName
{
border-color: #4B9302;
}
</style>