Shades of Lima #6EC52C
Tints of Lima #6EC52C
RGB
CMYK
RGB Variations
Color information
#6EC52C (or 0x6EC52C) is known color: Lima. HEX triplet: 6E, C5 and 2C. RGB value is (110,197,44). Sum of RGB (Red+Green+Blue) = 110+197+44=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #6EC52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC52C is #913AD3. Grayscale: #9A9A9A. Windows color (decimal): -9517780 or 2934126. OLE color: 2934126.
HSL color Cylindrical-coordinate representation of color #6EC52C: hue angle of 94.12º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6EC52C is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 197 | 44 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.23 |
| HSL | 94.12º | 0.63% | 0.47% | - |
| HSV(B) | 94.12º | 0.78% | 0.77% | - |
| XYZ | 26.85 | 43.43 | 9.35 | - |
| YUV | 153.55 | 66.18 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 197 | 44 | 0.44 | 0 | 0.78 | 0.23 | 94.12 | 0.63 | 0.47 |
| Hex | 6E | C5 | 2C | 2C | 0 | 4E | 17 | 5E | 3F | 2F |
| Octal | 156 | 305 | 54 | 54 | 0 | 116 | 27 | 136 | 77 | 57 |
| Binary | 1101110 | 11000101 | 101100 | 101100 | 0 | 1001110 | 10111 | 1011110 | 111111 | 101111 |
Color Harmonies of #6EC52C
Complementary color
Monochromatic Colors of #6EC52C
Black with #6EC52C
Text Example
Text Example
White with #6EC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC52C; }
p { color: rgb(110,197,44); }
H1.HeaderClassName
{
color: #6EC52C;
}
.AnyTagClassName
{
color: #6EC52C;
}
</style>
background-color css
<style>
a { background-color: #6EC52C; }
a { background-color: rgb(110,197,44); }
div.DivClassName
{
background-color: #6EC52C;
}
.BgClassName
{
background-color: #6EC52C;
}
</style>
border-color css
<style>
span { border-color: #6EC52C; }
span { border-color: rgb(110,197,44); }
td.TdClassName
{
border-color: #6EC52C;
}
.TagClassName
{
border-color: #6EC52C;
}
</style>