Shades of Lima #6EC62C
Tints of Lima #6EC62C
RGB
CMYK
RGB Variations
Color information
#6EC62C (or 0x6EC62C) is known color: Lima. HEX triplet: 6E, C6 and 2C. RGB value is (110,198,44). Sum of RGB (Red+Green+Blue) = 110+198+44=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #6EC62C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC62C is #9139D3. Grayscale: #9A9A9A. Windows color (decimal): -9517524 or 2934382. OLE color: 2934382.
HSL color Cylindrical-coordinate representation of color #6EC62C: hue angle of 94.29º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6EC62C is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 198 | 44 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.22 |
| HSL | 94.29º | 0.64% | 0.47% | - |
| HSV(B) | 94.29º | 0.78% | 0.78% | - |
| XYZ | 27.08 | 43.89 | 9.43 | - |
| YUV | 154.13 | 65.85 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 44 | 0.44 | 0 | 0.78 | 0.22 | 94.29 | 0.64 | 0.47 |
| Hex | 6E | C6 | 2C | 2C | 0 | 4E | 16 | 5E | 40 | 2F |
| Octal | 156 | 306 | 54 | 54 | 0 | 116 | 26 | 136 | 100 | 57 |
| Binary | 1101110 | 11000110 | 101100 | 101100 | 0 | 1001110 | 10110 | 1011110 | 1000000 | 101111 |
Color Harmonies of #6EC62C
Complementary color
Monochromatic Colors of #6EC62C
Black with #6EC62C
Text Example
Text Example
White with #6EC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC62C; }
p { color: rgb(110,198,44); }
H1.HeaderClassName
{
color: #6EC62C;
}
.AnyTagClassName
{
color: #6EC62C;
}
</style>
background-color css
<style>
a { background-color: #6EC62C; }
a { background-color: rgb(110,198,44); }
div.DivClassName
{
background-color: #6EC62C;
}
.BgClassName
{
background-color: #6EC62C;
}
</style>
border-color css
<style>
span { border-color: #6EC62C; }
span { border-color: rgb(110,198,44); }
td.TdClassName
{
border-color: #6EC62C;
}
.TagClassName
{
border-color: #6EC62C;
}
</style>