Shades of Lima #6ECB29
Tints of Lima #6ECB29
RGB
CMYK
RGB Variations
Color information
#6ECB29 (or 0x6ECB29) is known color: Lima. HEX triplet: 6E, CB and 29. RGB value is (110,203,41). Sum of RGB (Red+Green+Blue) = 110+203+41=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECB29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECB29 is #9134D6. Grayscale: #9D9D9D. Windows color (decimal): -9516247 or 2739054. OLE color: 2739054.
HSL color Cylindrical-coordinate representation of color #6ECB29: hue angle of 94.44º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6ECB29 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 203 | 41 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.20 |
| HSL | 94.44º | 0.66% | 0.48% | - |
| HSV(B) | 94.44º | 0.8% | 0.8% | - |
| XYZ | 28.19 | 46.19 | 9.53 | - |
| YUV | 156.73 | 62.69 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 41 | 0.46 | 0 | 0.80 | 0.20 | 94.44 | 0.66 | 0.48 |
| Hex | 6E | CB | 29 | 2E | 0 | 50 | 14 | 5E | 42 | 30 |
| Octal | 156 | 313 | 51 | 56 | 0 | 120 | 24 | 136 | 102 | 60 |
| Binary | 1101110 | 11001011 | 101001 | 101110 | 0 | 1010000 | 10100 | 1011110 | 1000010 | 110000 |
Color Harmonies of #6ECB29
Complementary color
Monochromatic Colors of #6ECB29
Black with #6ECB29
Text Example
Text Example
White with #6ECB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECB29; }
p { color: rgb(110,203,41); }
H1.HeaderClassName
{
color: #6ECB29;
}
.AnyTagClassName
{
color: #6ECB29;
}
</style>
background-color css
<style>
a { background-color: #6ECB29; }
a { background-color: rgb(110,203,41); }
div.DivClassName
{
background-color: #6ECB29;
}
.BgClassName
{
background-color: #6ECB29;
}
</style>
border-color css
<style>
span { border-color: #6ECB29; }
span { border-color: rgb(110,203,41); }
td.TdClassName
{
border-color: #6ECB29;
}
.TagClassName
{
border-color: #6ECB29;
}
</style>