Shades of Limeade #489200
Tints of Limeade #489200
RGB
CMYK
RGB Variations
Color information
#489200 (or 0x489200) is known color: Limeade. HEX triplet: 48, 92 and 00. RGB value is (72,146,0). Sum of RGB (Red+Green+Blue) = 72+146+0=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 146 (57.42% from 255 or 66.97% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 146 - color contains mainly: green. Hex color #489200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489200 is #B76DFF. Grayscale: #6B6B6B. Windows color (decimal): -12021248 or 37448. OLE color: 37448.
HSL color Cylindrical-coordinate representation of color #489200: hue angle of 90.41º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #489200 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 146 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.43 |
| HSL | 90.41º | 1% | 0.29% | - |
| HSV(B) | 90.41º | 1% | 0.57% | - |
| XYZ | 12.95 | 21.94 | 3.55 | - |
| YUV | 107.23 | 67.48 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 0 | 0.51 | 0 | 1 | 0.43 | 90.41 | 1 | 0.29 |
| Hex | 48 | 92 | 0 | 33 | 0 | 64 | 2B | 5A | 64 | 1D |
| Octal | 110 | 222 | 0 | 63 | 0 | 144 | 53 | 132 | 144 | 35 |
| Binary | 1001000 | 10010010 | 0 | 110011 | 0 | 1100100 | 101011 | 1011010 | 1100100 | 11101 |
Color Harmonies of #489200
Complementary color
Monochromatic Colors of #489200
Black with #489200
Text Example
Text Example
White with #489200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489200; }
p { color: rgb(72,146,0); }
H1.HeaderClassName
{
color: #489200;
}
.AnyTagClassName
{
color: #489200;
}
</style>
background-color css
<style>
a { background-color: #489200; }
a { background-color: rgb(72,146,0); }
div.DivClassName
{
background-color: #489200;
}
.BgClassName
{
background-color: #489200;
}
</style>
border-color css
<style>
span { border-color: #489200; }
span { border-color: rgb(72,146,0); }
td.TdClassName
{
border-color: #489200;
}
.TagClassName
{
border-color: #489200;
}
</style>