Shades of Lima #6EC82B
Tints of Lima #6EC82B
RGB
CMYK
RGB Variations
Color information
#6EC82B (or 0x6EC82B) is known color: Lima. HEX triplet: 6E, C8 and 2B. RGB value is (110,200,43). Sum of RGB (Red+Green+Blue) = 110+200+43=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC82B is #9137D4. Grayscale: #9B9B9B. Windows color (decimal): -9517013 or 2869358. OLE color: 2869358.
HSL color Cylindrical-coordinate representation of color #6EC82B: hue angle of 94.39º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6EC82B is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 200 | 43 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.22 |
| HSL | 94.39º | 0.65% | 0.48% | - |
| HSV(B) | 94.39º | 0.79% | 0.78% | - |
| XYZ | 27.52 | 44.8 | 9.48 | - |
| YUV | 155.19 | 64.68 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 43 | 0.45 | 0 | 0.78 | 0.22 | 94.39 | 0.65 | 0.48 |
| Hex | 6E | C8 | 2B | 2D | 0 | 4E | 16 | 5E | 41 | 30 |
| Octal | 156 | 310 | 53 | 55 | 0 | 116 | 26 | 136 | 101 | 60 |
| Binary | 1101110 | 11001000 | 101011 | 101101 | 0 | 1001110 | 10110 | 1011110 | 1000001 | 110000 |
Color Harmonies of #6EC82B
Complementary color
Monochromatic Colors of #6EC82B
Black with #6EC82B
Text Example
Text Example
White with #6EC82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC82B; }
p { color: rgb(110,200,43); }
H1.HeaderClassName
{
color: #6EC82B;
}
.AnyTagClassName
{
color: #6EC82B;
}
</style>
background-color css
<style>
a { background-color: #6EC82B; }
a { background-color: rgb(110,200,43); }
div.DivClassName
{
background-color: #6EC82B;
}
.BgClassName
{
background-color: #6EC82B;
}
</style>
border-color css
<style>
span { border-color: #6EC82B; }
span { border-color: rgb(110,200,43); }
td.TdClassName
{
border-color: #6EC82B;
}
.TagClassName
{
border-color: #6EC82B;
}
</style>