Shades of Limeade #65AC32
Tints of Limeade #65AC32
RGB
CMYK
RGB Variations
Color information
#65AC32 (or 0x65AC32) is known color: Limeade. HEX triplet: 65, AC and 32. RGB value is (101,172,50). Sum of RGB (Red+Green+Blue) = 101+172+50=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AC32 is #9A53CD. Grayscale: #898989. Windows color (decimal): -10113998 or 3320933. OLE color: 3320933.
HSL color Cylindrical-coordinate representation of color #65AC32: hue angle of 94.92º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65AC32 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 172 | 50 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.33 |
| HSL | 94.92º | 0.55% | 0.44% | - |
| HSV(B) | 94.92º | 0.71% | 0.67% | - |
| XYZ | 20.7 | 32.5 | 8.2 | - |
| YUV | 136.86 | 78.98 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 172 | 50 | 0.41 | 0 | 0.71 | 0.33 | 94.92 | 0.55 | 0.44 |
| Hex | 65 | AC | 32 | 29 | 0 | 47 | 21 | 5F | 37 | 2C |
| Octal | 145 | 254 | 62 | 51 | 0 | 107 | 41 | 137 | 67 | 54 |
| Binary | 1100101 | 10101100 | 110010 | 101001 | 0 | 1000111 | 100001 | 1011111 | 110111 | 101100 |
Color Harmonies of #65AC32
Complementary color
Monochromatic Colors of #65AC32
Black with #65AC32
Text Example
Text Example
White with #65AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AC32; }
p { color: rgb(101,172,50); }
H1.HeaderClassName
{
color: #65AC32;
}
.AnyTagClassName
{
color: #65AC32;
}
</style>
background-color css
<style>
a { background-color: #65AC32; }
a { background-color: rgb(101,172,50); }
div.DivClassName
{
background-color: #65AC32;
}
.BgClassName
{
background-color: #65AC32;
}
</style>
border-color css
<style>
span { border-color: #65AC32; }
span { border-color: rgb(101,172,50); }
td.TdClassName
{
border-color: #65AC32;
}
.TagClassName
{
border-color: #65AC32;
}
</style>