Shades of Limeade #62AA28
Tints of Limeade #62AA28
RGB
CMYK
RGB Variations
Color information
#62AA28 (or 0x62AA28) is known color: Limeade. HEX triplet: 62, AA and 28. RGB value is (98,170,40). Sum of RGB (Red+Green+Blue) = 98+170+40=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AA28 is #9D55D7. Grayscale: #868686. Windows color (decimal): -10311128 or 2665058. OLE color: 2665058.
HSL color Cylindrical-coordinate representation of color #62AA28: hue angle of 93.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62AA28 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 170 | 40 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.33 |
| HSL | 93.23º | 0.62% | 0.41% | - |
| HSV(B) | 93.23º | 0.76% | 0.67% | - |
| XYZ | 19.79 | 31.5 | 7.04 | - |
| YUV | 133.65 | 75.15 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 170 | 40 | 0.42 | 0 | 0.76 | 0.33 | 93.23 | 0.62 | 0.41 |
| Hex | 62 | AA | 28 | 2A | 0 | 4C | 21 | 5D | 3E | 29 |
| Octal | 142 | 252 | 50 | 52 | 0 | 114 | 41 | 135 | 76 | 51 |
| Binary | 1100010 | 10101010 | 101000 | 101010 | 0 | 1001100 | 100001 | 1011101 | 111110 | 101001 |
Color Harmonies of #62AA28
Complementary color
Monochromatic Colors of #62AA28
Black with #62AA28
Text Example
Text Example
White with #62AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AA28; }
p { color: rgb(98,170,40); }
H1.HeaderClassName
{
color: #62AA28;
}
.AnyTagClassName
{
color: #62AA28;
}
</style>
background-color css
<style>
a { background-color: #62AA28; }
a { background-color: rgb(98,170,40); }
div.DivClassName
{
background-color: #62AA28;
}
.BgClassName
{
background-color: #62AA28;
}
</style>
border-color css
<style>
span { border-color: #62AA28; }
span { border-color: rgb(98,170,40); }
td.TdClassName
{
border-color: #62AA28;
}
.TagClassName
{
border-color: #62AA28;
}
</style>