Shades of Lima #6EC829
Tints of Lima #6EC829
RGB
CMYK
RGB Variations
Color information
#6EC829 (or 0x6EC829) is known color: Lima. HEX triplet: 6E, C8 and 29. RGB value is (110,200,41). Sum of RGB (Red+Green+Blue) = 110+200+41=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 200 (78.52% from 255 or 56.98% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC829 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC829 is #9137D6. Grayscale: #9B9B9B. Windows color (decimal): -9517015 or 2738286. OLE color: 2738286.
HSL color Cylindrical-coordinate representation of color #6EC829: hue angle of 93.96º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6EC829 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 200 | 41 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.22 |
| HSL | 93.96º | 0.66% | 0.47% | - |
| HSV(B) | 93.96º | 0.8% | 0.78% | - |
| XYZ | 27.48 | 44.78 | 9.29 | - |
| YUV | 154.96 | 63.68 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 41 | 0.45 | 0 | 0.80 | 0.22 | 93.96 | 0.66 | 0.47 |
| Hex | 6E | C8 | 29 | 2D | 0 | 50 | 16 | 5E | 42 | 2F |
| Octal | 156 | 310 | 51 | 55 | 0 | 120 | 26 | 136 | 102 | 57 |
| Binary | 1101110 | 11001000 | 101001 | 101101 | 0 | 1010000 | 10110 | 1011110 | 1000010 | 101111 |
Color Harmonies of #6EC829
Complementary color
Monochromatic Colors of #6EC829
Black with #6EC829
Text Example
Text Example
White with #6EC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC829; }
p { color: rgb(110,200,41); }
H1.HeaderClassName
{
color: #6EC829;
}
.AnyTagClassName
{
color: #6EC829;
}
</style>
background-color css
<style>
a { background-color: #6EC829; }
a { background-color: rgb(110,200,41); }
div.DivClassName
{
background-color: #6EC829;
}
.BgClassName
{
background-color: #6EC829;
}
</style>
border-color css
<style>
span { border-color: #6EC829; }
span { border-color: rgb(110,200,41); }
td.TdClassName
{
border-color: #6EC829;
}
.TagClassName
{
border-color: #6EC829;
}
</style>