Shades of Lima #6EC629
Tints of Lima #6EC629
RGB
CMYK
RGB Variations
Color information
#6EC629 (or 0x6EC629) is known color: Lima. HEX triplet: 6E, C6 and 29. RGB value is (110,198,41). Sum of RGB (Red+Green+Blue) = 110+198+41=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #6EC629 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC629 is #9139D6. Grayscale: #9A9A9A. Windows color (decimal): -9517527 or 2737774. OLE color: 2737774.
HSL color Cylindrical-coordinate representation of color #6EC629: hue angle of 93.63º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6EC629 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 198 | 41 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.22 |
| HSL | 93.63º | 0.66% | 0.47% | - |
| HSV(B) | 93.63º | 0.79% | 0.78% | - |
| XYZ | 27.02 | 43.86 | 9.14 | - |
| YUV | 153.79 | 64.35 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 41 | 0.44 | 0 | 0.79 | 0.22 | 93.63 | 0.66 | 0.47 |
| Hex | 6E | C6 | 29 | 2C | 0 | 4F | 16 | 5E | 42 | 2F |
| Octal | 156 | 306 | 51 | 54 | 0 | 117 | 26 | 136 | 102 | 57 |
| Binary | 1101110 | 11000110 | 101001 | 101100 | 0 | 1001111 | 10110 | 1011110 | 1000010 | 101111 |
Color Harmonies of #6EC629
Complementary color
Monochromatic Colors of #6EC629
Black with #6EC629
Text Example
Text Example
White with #6EC629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC629; }
p { color: rgb(110,198,41); }
H1.HeaderClassName
{
color: #6EC629;
}
.AnyTagClassName
{
color: #6EC629;
}
</style>
background-color css
<style>
a { background-color: #6EC629; }
a { background-color: rgb(110,198,41); }
div.DivClassName
{
background-color: #6EC629;
}
.BgClassName
{
background-color: #6EC629;
}
</style>
border-color css
<style>
span { border-color: #6EC629; }
span { border-color: rgb(110,198,41); }
td.TdClassName
{
border-color: #6EC629;
}
.TagClassName
{
border-color: #6EC629;
}
</style>