Shades of Lima #6EC827
Tints of Lima #6EC827
RGB
CMYK
RGB Variations
Color information
#6EC827 (or 0x6EC827) is known color: Lima. HEX triplet: 6E, C8 and 27. RGB value is (110,200,39). Sum of RGB (Red+Green+Blue) = 110+200+39=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 200 (78.52% from 255 or 57.31% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC827 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC827 is #9137D8. Grayscale: #9B9B9B. Windows color (decimal): -9517017 or 2607214. OLE color: 2607214.
HSL color Cylindrical-coordinate representation of color #6EC827: hue angle of 93.54º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6EC827 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 200 | 39 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.22 |
| HSL | 93.54º | 0.67% | 0.47% | - |
| HSV(B) | 93.54º | 0.81% | 0.78% | - |
| XYZ | 27.45 | 44.77 | 9.11 | - |
| YUV | 154.74 | 62.68 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 39 | 0.45 | 0 | 0.80 | 0.22 | 93.54 | 0.67 | 0.47 |
| Hex | 6E | C8 | 27 | 2D | 0 | 50 | 16 | 5E | 43 | 2F |
| Octal | 156 | 310 | 47 | 55 | 0 | 120 | 26 | 136 | 103 | 57 |
| Binary | 1101110 | 11001000 | 100111 | 101101 | 0 | 1010000 | 10110 | 1011110 | 1000011 | 101111 |
Color Harmonies of #6EC827
Complementary color
Monochromatic Colors of #6EC827
Black with #6EC827
Text Example
Text Example
White with #6EC827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC827; }
p { color: rgb(110,200,39); }
H1.HeaderClassName
{
color: #6EC827;
}
.AnyTagClassName
{
color: #6EC827;
}
</style>
background-color css
<style>
a { background-color: #6EC827; }
a { background-color: rgb(110,200,39); }
div.DivClassName
{
background-color: #6EC827;
}
.BgClassName
{
background-color: #6EC827;
}
</style>
border-color css
<style>
span { border-color: #6EC827; }
span { border-color: rgb(110,200,39); }
td.TdClassName
{
border-color: #6EC827;
}
.TagClassName
{
border-color: #6EC827;
}
</style>