Shades of Limeade #67AC32
Tints of Limeade #67AC32
RGB
CMYK
RGB Variations
Color information
#67AC32 (or 0x67AC32) is known color: Limeade. HEX triplet: 67, AC and 32. RGB value is (103,172,50). Sum of RGB (Red+Green+Blue) = 103+172+50=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AC32 is #9853CD. Grayscale: #898989. Windows color (decimal): -9982926 or 3320935. OLE color: 3320935.
HSL color Cylindrical-coordinate representation of color #67AC32: hue angle of 93.93º 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 #67AC32 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 172 | 50 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.33 |
| HSL | 93.93º | 0.55% | 0.44% | - |
| HSV(B) | 93.93º | 0.71% | 0.67% | - |
| XYZ | 20.92 | 32.62 | 8.21 | - |
| YUV | 137.46 | 78.64 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 50 | 0.40 | 0 | 0.71 | 0.33 | 93.93 | 0.55 | 0.44 |
| Hex | 67 | AC | 32 | 28 | 0 | 47 | 21 | 5E | 37 | 2C |
| Octal | 147 | 254 | 62 | 50 | 0 | 107 | 41 | 136 | 67 | 54 |
| Binary | 1100111 | 10101100 | 110010 | 101000 | 0 | 1000111 | 100001 | 1011110 | 110111 | 101100 |
Color Harmonies of #67AC32
Complementary color
Monochromatic Colors of #67AC32
Black with #67AC32
Text Example
Text Example
White with #67AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AC32; }
p { color: rgb(103,172,50); }
H1.HeaderClassName
{
color: #67AC32;
}
.AnyTagClassName
{
color: #67AC32;
}
</style>
background-color css
<style>
a { background-color: #67AC32; }
a { background-color: rgb(103,172,50); }
div.DivClassName
{
background-color: #67AC32;
}
.BgClassName
{
background-color: #67AC32;
}
</style>
border-color css
<style>
span { border-color: #67AC32; }
span { border-color: rgb(103,172,50); }
td.TdClassName
{
border-color: #67AC32;
}
.TagClassName
{
border-color: #67AC32;
}
</style>