Shades of Limeade #65AB33
Tints of Limeade #65AB33
RGB
CMYK
RGB Variations
Color information
#65AB33 (or 0x65AB33) is known color: Limeade. HEX triplet: 65, AB and 33. RGB value is (101,171,51). Sum of RGB (Red+Green+Blue) = 101+171+51=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AB33 is #9A54CC. Grayscale: #888888. Windows color (decimal): -10114253 or 3386213. OLE color: 3386213.
HSL color Cylindrical-coordinate representation of color #65AB33: hue angle of 95º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65AB33 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 51 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.33 |
| HSL | 95º | 0.54% | 0.44% | - |
| HSV(B) | 95º | 0.7% | 0.67% | - |
| XYZ | 20.53 | 32.13 | 8.25 | - |
| YUV | 136.39 | 79.81 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 51 | 0.41 | 0 | 0.70 | 0.33 | 95 | 0.54 | 0.44 |
| Hex | 65 | AB | 33 | 29 | 0 | 46 | 21 | 5F | 36 | 2C |
| Octal | 145 | 253 | 63 | 51 | 0 | 106 | 41 | 137 | 66 | 54 |
| Binary | 1100101 | 10101011 | 110011 | 101001 | 0 | 1000110 | 100001 | 1011111 | 110110 | 101100 |
Color Harmonies of #65AB33
Complementary color
Monochromatic Colors of #65AB33
Black with #65AB33
Text Example
Text Example
White with #65AB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB33; }
p { color: rgb(101,171,51); }
H1.HeaderClassName
{
color: #65AB33;
}
.AnyTagClassName
{
color: #65AB33;
}
</style>
background-color css
<style>
a { background-color: #65AB33; }
a { background-color: rgb(101,171,51); }
div.DivClassName
{
background-color: #65AB33;
}
.BgClassName
{
background-color: #65AB33;
}
</style>
border-color css
<style>
span { border-color: #65AB33; }
span { border-color: rgb(101,171,51); }
td.TdClassName
{
border-color: #65AB33;
}
.TagClassName
{
border-color: #65AB33;
}
</style>