Shades of Limeade #6CA02D
Tints of Limeade #6CA02D
RGB
CMYK
RGB Variations
Color information
#6CA02D (or 0x6CA02D) is known color: Limeade. HEX triplet: 6C, A0 and 2D. RGB value is (108,160,45). Sum of RGB (Red+Green+Blue) = 108+160+45=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA02D is #935FD2. Grayscale: #838383. Windows color (decimal): -9658323 or 2990188. OLE color: 2990188.
HSL color Cylindrical-coordinate representation of color #6CA02D: hue angle of 87.13º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6CA02D is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 160 | 45 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.37 |
| HSL | 87.13º | 0.56% | 0.4% | - |
| HSV(B) | 87.13º | 0.72% | 0.63% | - |
| XYZ | 19.23 | 28.52 | 6.97 | - |
| YUV | 131.34 | 79.27 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 45 | 0.32 | 0 | 0.72 | 0.37 | 87.13 | 0.56 | 0.4 |
| Hex | 6C | A0 | 2D | 20 | 0 | 48 | 25 | 57 | 38 | 28 |
| Octal | 154 | 240 | 55 | 40 | 0 | 110 | 45 | 127 | 70 | 50 |
| Binary | 1101100 | 10100000 | 101101 | 100000 | 0 | 1001000 | 100101 | 1010111 | 111000 | 101000 |
Color Harmonies of #6CA02D
Complementary color
Monochromatic Colors of #6CA02D
Black with #6CA02D
Text Example
Text Example
White with #6CA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA02D; }
p { color: rgb(108,160,45); }
H1.HeaderClassName
{
color: #6CA02D;
}
.AnyTagClassName
{
color: #6CA02D;
}
</style>
background-color css
<style>
a { background-color: #6CA02D; }
a { background-color: rgb(108,160,45); }
div.DivClassName
{
background-color: #6CA02D;
}
.BgClassName
{
background-color: #6CA02D;
}
</style>
border-color css
<style>
span { border-color: #6CA02D; }
span { border-color: rgb(108,160,45); }
td.TdClassName
{
border-color: #6CA02D;
}
.TagClassName
{
border-color: #6CA02D;
}
</style>