Shades of Limeade #6BA33A
Tints of Limeade #6BA33A
RGB
CMYK
RGB Variations
Color information
#6BA33A (or 0x6BA33A) is known color: Limeade. HEX triplet: 6B, A3 and 3A. RGB value is (107,163,58). Sum of RGB (Red+Green+Blue) = 107+163+58=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA33A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA33A is #945CC5. Grayscale: #868686. Windows color (decimal): -9723078 or 3842923. OLE color: 3842923.
HSL color Cylindrical-coordinate representation of color #6BA33A: hue angle of 92º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6BA33A is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 58 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.36 |
| HSL | 92º | 0.48% | 0.43% | - |
| HSV(B) | 92º | 0.64% | 0.64% | - |
| XYZ | 19.92 | 29.63 | 8.67 | - |
| YUV | 134.29 | 84.95 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 58 | 0.34 | 0 | 0.64 | 0.36 | 92 | 0.48 | 0.43 |
| Hex | 6B | A3 | 3A | 22 | 0 | 40 | 24 | 5C | 30 | 2B |
| Octal | 153 | 243 | 72 | 42 | 0 | 100 | 44 | 134 | 60 | 53 |
| Binary | 1101011 | 10100011 | 111010 | 100010 | 0 | 1000000 | 100100 | 1011100 | 110000 | 101011 |
Color Harmonies of #6BA33A
Complementary color
Monochromatic Colors of #6BA33A
Black with #6BA33A
Text Example
Text Example
White with #6BA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA33A; }
p { color: rgb(107,163,58); }
H1.HeaderClassName
{
color: #6BA33A;
}
.AnyTagClassName
{
color: #6BA33A;
}
</style>
background-color css
<style>
a { background-color: #6BA33A; }
a { background-color: rgb(107,163,58); }
div.DivClassName
{
background-color: #6BA33A;
}
.BgClassName
{
background-color: #6BA33A;
}
</style>
border-color css
<style>
span { border-color: #6BA33A; }
span { border-color: rgb(107,163,58); }
td.TdClassName
{
border-color: #6BA33A;
}
.TagClassName
{
border-color: #6BA33A;
}
</style>