Shades of Lima #6EC929
Tints of Lima #6EC929
RGB
CMYK
RGB Variations
Color information
#6EC929 (or 0x6EC929) is known color: Lima. HEX triplet: 6E, C9 and 29. RGB value is (110,201,41). Sum of RGB (Red+Green+Blue) = 110+201+41=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC929 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC929 is #9136D6. Grayscale: #9C9C9C. Windows color (decimal): -9516759 or 2738542. OLE color: 2738542.
HSL color Cylindrical-coordinate representation of color #6EC929: hue angle of 94.12º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6EC929 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 41 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.21 |
| HSL | 94.13º | 0.66% | 0.47% | - |
| HSV(B) | 94.13º | 0.8% | 0.79% | - |
| XYZ | 27.72 | 45.25 | 9.37 | - |
| YUV | 155.55 | 63.35 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 41 | 0.45 | 0 | 0.80 | 0.21 | 94.13 | 0.66 | 0.47 |
| Hex | 6E | C9 | 29 | 2D | 0 | 50 | 15 | 5E | 42 | 2F |
| Octal | 156 | 311 | 51 | 55 | 0 | 120 | 25 | 136 | 102 | 57 |
| Binary | 1101110 | 11001001 | 101001 | 101101 | 0 | 1010000 | 10101 | 1011110 | 1000010 | 101111 |
Color Harmonies of #6EC929
Complementary color
Monochromatic Colors of #6EC929
Black with #6EC929
Text Example
Text Example
White with #6EC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC929; }
p { color: rgb(110,201,41); }
H1.HeaderClassName
{
color: #6EC929;
}
.AnyTagClassName
{
color: #6EC929;
}
</style>
background-color css
<style>
a { background-color: #6EC929; }
a { background-color: rgb(110,201,41); }
div.DivClassName
{
background-color: #6EC929;
}
.BgClassName
{
background-color: #6EC929;
}
</style>
border-color css
<style>
span { border-color: #6EC929; }
span { border-color: rgb(110,201,41); }
td.TdClassName
{
border-color: #6EC929;
}
.TagClassName
{
border-color: #6EC929;
}
</style>