Shades of Limeade #65AB31
Tints of Limeade #65AB31
RGB
CMYK
RGB Variations
Color information
#65AB31 (or 0x65AB31) is known color: Limeade. HEX triplet: 65, AB and 31. RGB value is (101,171,49). Sum of RGB (Red+Green+Blue) = 101+171+49=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AB31 is #9A54CE. Grayscale: #888888. Windows color (decimal): -10114255 or 3255141. OLE color: 3255141.
HSL color Cylindrical-coordinate representation of color #65AB31: hue angle of 94.43º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65AB31 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 49 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.33 |
| HSL | 94.43º | 0.55% | 0.43% | - |
| HSV(B) | 94.43º | 0.71% | 0.67% | - |
| XYZ | 20.48 | 32.11 | 8.02 | - |
| YUV | 136.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 49 | 0.41 | 0 | 0.71 | 0.33 | 94.43 | 0.55 | 0.43 |
| Hex | 65 | AB | 31 | 29 | 0 | 47 | 21 | 5E | 37 | 2B |
| Octal | 145 | 253 | 61 | 51 | 0 | 107 | 41 | 136 | 67 | 53 |
| Binary | 1100101 | 10101011 | 110001 | 101001 | 0 | 1000111 | 100001 | 1011110 | 110111 | 101011 |
Color Harmonies of #65AB31
Complementary color
Monochromatic Colors of #65AB31
Black with #65AB31
Text Example
Text Example
White with #65AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB31; }
p { color: rgb(101,171,49); }
H1.HeaderClassName
{
color: #65AB31;
}
.AnyTagClassName
{
color: #65AB31;
}
</style>
background-color css
<style>
a { background-color: #65AB31; }
a { background-color: rgb(101,171,49); }
div.DivClassName
{
background-color: #65AB31;
}
.BgClassName
{
background-color: #65AB31;
}
</style>
border-color css
<style>
span { border-color: #65AB31; }
span { border-color: rgb(101,171,49); }
td.TdClassName
{
border-color: #65AB31;
}
.TagClassName
{
border-color: #65AB31;
}
</style>