Shades of Limeade #6CA02B
Tints of Limeade #6CA02B
RGB
CMYK
RGB Variations
Color information
#6CA02B (or 0x6CA02B) is known color: Limeade. HEX triplet: 6C, A0 and 2B. RGB value is (108,160,43). Sum of RGB (Red+Green+Blue) = 108+160+43=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA02B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA02B is #935FD4. Grayscale: #838383. Windows color (decimal): -9658325 or 2859116. OLE color: 2859116.
HSL color Cylindrical-coordinate representation of color #6CA02B: hue angle of 86.67º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6CA02B is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 160 | 43 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.37 |
| HSL | 86.67º | 0.58% | 0.4% | - |
| HSV(B) | 86.67º | 0.73% | 0.63% | - |
| XYZ | 19.19 | 28.5 | 6.78 | - |
| YUV | 131.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 43 | 0.32 | 0 | 0.73 | 0.37 | 86.67 | 0.58 | 0.4 |
| Hex | 6C | A0 | 2B | 20 | 0 | 49 | 25 | 57 | 3A | 28 |
| Octal | 154 | 240 | 53 | 40 | 0 | 111 | 45 | 127 | 72 | 50 |
| Binary | 1101100 | 10100000 | 101011 | 100000 | 0 | 1001001 | 100101 | 1010111 | 111010 | 101000 |
Color Harmonies of #6CA02B
Complementary color
Monochromatic Colors of #6CA02B
Black with #6CA02B
Text Example
Text Example
White with #6CA02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA02B; }
p { color: rgb(108,160,43); }
H1.HeaderClassName
{
color: #6CA02B;
}
.AnyTagClassName
{
color: #6CA02B;
}
</style>
background-color css
<style>
a { background-color: #6CA02B; }
a { background-color: rgb(108,160,43); }
div.DivClassName
{
background-color: #6CA02B;
}
.BgClassName
{
background-color: #6CA02B;
}
</style>
border-color css
<style>
span { border-color: #6CA02B; }
span { border-color: rgb(108,160,43); }
td.TdClassName
{
border-color: #6CA02B;
}
.TagClassName
{
border-color: #6CA02B;
}
</style>