Shades of Lima #6FC22A
Tints of Lima #6FC22A
RGB
CMYK
RGB Variations
Color information
#6FC22A (or 0x6FC22A) is known color: Lima. HEX triplet: 6F, C2 and 2A. RGB value is (111,194,42). Sum of RGB (Red+Green+Blue) = 111+194+42=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC22A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC22A is #903DD5. Grayscale: #989898. Windows color (decimal): -9453014 or 2802287. OLE color: 2802287.
HSL color Cylindrical-coordinate representation of color #6FC22A: hue angle of 92.76º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6FC22A is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 194 | 42 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.24 |
| HSL | 92.76º | 0.64% | 0.46% | - |
| HSV(B) | 92.76º | 0.78% | 0.76% | - |
| XYZ | 26.27 | 42.13 | 8.94 | - |
| YUV | 151.86 | 66 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 194 | 42 | 0.43 | 0 | 0.78 | 0.24 | 92.76 | 0.64 | 0.46 |
| Hex | 6F | C2 | 2A | 2B | 0 | 4E | 18 | 5D | 40 | 2E |
| Octal | 157 | 302 | 52 | 53 | 0 | 116 | 30 | 135 | 100 | 56 |
| Binary | 1101111 | 11000010 | 101010 | 101011 | 0 | 1001110 | 11000 | 1011101 | 1000000 | 101110 |
Color Harmonies of #6FC22A
Complementary color
Monochromatic Colors of #6FC22A
Black with #6FC22A
Text Example
Text Example
White with #6FC22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC22A; }
p { color: rgb(111,194,42); }
H1.HeaderClassName
{
color: #6FC22A;
}
.AnyTagClassName
{
color: #6FC22A;
}
</style>
background-color css
<style>
a { background-color: #6FC22A; }
a { background-color: rgb(111,194,42); }
div.DivClassName
{
background-color: #6FC22A;
}
.BgClassName
{
background-color: #6FC22A;
}
</style>
border-color css
<style>
span { border-color: #6FC22A; }
span { border-color: rgb(111,194,42); }
td.TdClassName
{
border-color: #6FC22A;
}
.TagClassName
{
border-color: #6FC22A;
}
</style>