Shades of Limeade #6BA22E
Tints of Limeade #6BA22E
RGB
CMYK
RGB Variations
Color information
#6BA22E (or 0x6BA22E) is known color: Limeade. HEX triplet: 6B, A2 and 2E. RGB value is (107,162,46). Sum of RGB (Red+Green+Blue) = 107+162+46=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA22E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA22E is #945DD1. Grayscale: #848484. Windows color (decimal): -9723346 or 3056235. OLE color: 3056235.
HSL color Cylindrical-coordinate representation of color #6BA22E: hue angle of 88.45º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6BA22E is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 46 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.36 |
| HSL | 88.45º | 0.56% | 0.41% | - |
| HSV(B) | 88.45º | 0.72% | 0.64% | - |
| XYZ | 19.48 | 29.16 | 7.19 | - |
| YUV | 132.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 46 | 0.34 | 0 | 0.72 | 0.36 | 88.45 | 0.56 | 0.41 |
| Hex | 6B | A2 | 2E | 22 | 0 | 48 | 24 | 58 | 38 | 29 |
| Octal | 153 | 242 | 56 | 42 | 0 | 110 | 44 | 130 | 70 | 51 |
| Binary | 1101011 | 10100010 | 101110 | 100010 | 0 | 1001000 | 100100 | 1011000 | 111000 | 101001 |
Color Harmonies of #6BA22E
Complementary color
Monochromatic Colors of #6BA22E
Black with #6BA22E
Text Example
Text Example
White with #6BA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA22E; }
p { color: rgb(107,162,46); }
H1.HeaderClassName
{
color: #6BA22E;
}
.AnyTagClassName
{
color: #6BA22E;
}
</style>
background-color css
<style>
a { background-color: #6BA22E; }
a { background-color: rgb(107,162,46); }
div.DivClassName
{
background-color: #6BA22E;
}
.BgClassName
{
background-color: #6BA22E;
}
</style>
border-color css
<style>
span { border-color: #6BA22E; }
span { border-color: rgb(107,162,46); }
td.TdClassName
{
border-color: #6BA22E;
}
.TagClassName
{
border-color: #6BA22E;
}
</style>