Shades of Limeade #489001
Tints of Limeade #489001
RGB
CMYK
RGB Variations
Color information
#489001 (or 0x489001) is known color: Limeade. HEX triplet: 48, 90 and 01. RGB value is (72,144,1). Sum of RGB (Red+Green+Blue) = 72+144+1=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 144 (56.64% from 255 or 66.36% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 144 - color contains mainly: green. Hex color #489001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489001 is #B76FFE. Grayscale: #6A6A6A. Windows color (decimal): -12021759 or 102472. OLE color: 102472.
HSL color Cylindrical-coordinate representation of color #489001: hue angle of 90.21º 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 #489001 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 1 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.44 |
| HSL | 90.21º | 0.99% | 0.28% | - |
| HSV(B) | 90.21º | 0.99% | 0.56% | - |
| XYZ | 12.65 | 21.33 | 3.48 | - |
| YUV | 106.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 1 | 0.50 | 0 | 0.99 | 0.44 | 90.21 | 0.99 | 0.28 |
| Hex | 48 | 90 | 1 | 32 | 0 | 63 | 2C | 5A | 63 | 1C |
| Octal | 110 | 220 | 1 | 62 | 0 | 143 | 54 | 132 | 143 | 34 |
| Binary | 1001000 | 10010000 | 1 | 110010 | 0 | 1100011 | 101100 | 1011010 | 1100011 | 11100 |
Color Harmonies of #489001
Complementary color
Monochromatic Colors of #489001
Black with #489001
Text Example
Text Example
White with #489001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489001; }
p { color: rgb(72,144,1); }
H1.HeaderClassName
{
color: #489001;
}
.AnyTagClassName
{
color: #489001;
}
</style>
background-color css
<style>
a { background-color: #489001; }
a { background-color: rgb(72,144,1); }
div.DivClassName
{
background-color: #489001;
}
.BgClassName
{
background-color: #489001;
}
</style>
border-color css
<style>
span { border-color: #489001; }
span { border-color: rgb(72,144,1); }
td.TdClassName
{
border-color: #489001;
}
.TagClassName
{
border-color: #489001;
}
</style>