Shades of Limeade #65AA30
Tints of Limeade #65AA30
RGB
CMYK
RGB Variations
Color information
#65AA30 (or 0x65AA30) is known color: Limeade. HEX triplet: 65, AA and 30. RGB value is (101,170,48). Sum of RGB (Red+Green+Blue) = 101+170+48=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AA30 is #9A55CF. Grayscale: #878787. Windows color (decimal): -10114512 or 3189349. OLE color: 3189349.
HSL color Cylindrical-coordinate representation of color #65AA30: hue angle of 93.93º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65AA30 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 170 | 48 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.33 |
| HSL | 93.93º | 0.56% | 0.43% | - |
| HSV(B) | 93.93º | 0.72% | 0.67% | - |
| XYZ | 20.28 | 31.73 | 7.85 | - |
| YUV | 135.46 | 78.64 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 48 | 0.41 | 0 | 0.72 | 0.33 | 93.93 | 0.56 | 0.43 |
| Hex | 65 | AA | 30 | 29 | 0 | 48 | 21 | 5E | 38 | 2B |
| Octal | 145 | 252 | 60 | 51 | 0 | 110 | 41 | 136 | 70 | 53 |
| Binary | 1100101 | 10101010 | 110000 | 101001 | 0 | 1001000 | 100001 | 1011110 | 111000 | 101011 |
Color Harmonies of #65AA30
Complementary color
Monochromatic Colors of #65AA30
Black with #65AA30
Text Example
Text Example
White with #65AA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AA30; }
p { color: rgb(101,170,48); }
H1.HeaderClassName
{
color: #65AA30;
}
.AnyTagClassName
{
color: #65AA30;
}
</style>
background-color css
<style>
a { background-color: #65AA30; }
a { background-color: rgb(101,170,48); }
div.DivClassName
{
background-color: #65AA30;
}
.BgClassName
{
background-color: #65AA30;
}
</style>
border-color css
<style>
span { border-color: #65AA30; }
span { border-color: rgb(101,170,48); }
td.TdClassName
{
border-color: #65AA30;
}
.TagClassName
{
border-color: #65AA30;
}
</style>