Shades of Limeade #489702
Tints of Limeade #489702
RGB
CMYK
RGB Variations
Color information
#489702 (or 0x489702) is known color: Limeade. HEX triplet: 48, 97 and 02. RGB value is (72,151,2). Sum of RGB (Red+Green+Blue) = 72+151+2=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 151 (59.38% from 255 or 67.11% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 151 - color contains mainly: green. Hex color #489702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489702 is #B768FD. Grayscale: #6E6E6E. Windows color (decimal): -12019966 or 169800. OLE color: 169800.
HSL color Cylindrical-coordinate representation of color #489702: hue angle of 91.81º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #489702 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 151 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.41 |
| HSL | 91.81º | 0.97% | 0.3% | - |
| HSV(B) | 91.81º | 0.99% | 0.59% | - |
| XYZ | 13.75 | 23.52 | 3.87 | - |
| YUV | 110.39 | 66.83 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 151 | 2 | 0.52 | 0 | 0.99 | 0.41 | 91.81 | 0.97 | 0.3 |
| Hex | 48 | 97 | 2 | 34 | 0 | 63 | 29 | 5C | 61 | 1E |
| Octal | 110 | 227 | 2 | 64 | 0 | 143 | 51 | 134 | 141 | 36 |
| Binary | 1001000 | 10010111 | 10 | 110100 | 0 | 1100011 | 101001 | 1011100 | 1100001 | 11110 |
Color Harmonies of #489702
Complementary color
Monochromatic Colors of #489702
Black with #489702
Text Example
Text Example
White with #489702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489702; }
p { color: rgb(72,151,2); }
H1.HeaderClassName
{
color: #489702;
}
.AnyTagClassName
{
color: #489702;
}
</style>
background-color css
<style>
a { background-color: #489702; }
a { background-color: rgb(72,151,2); }
div.DivClassName
{
background-color: #489702;
}
.BgClassName
{
background-color: #489702;
}
</style>
border-color css
<style>
span { border-color: #489702; }
span { border-color: rgb(72,151,2); }
td.TdClassName
{
border-color: #489702;
}
.TagClassName
{
border-color: #489702;
}
</style>