Shades of Lima #6ECD26
Tints of Lima #6ECD26
RGB
CMYK
RGB Variations
Color information
#6ECD26 (or 0x6ECD26) is known color: Lima. HEX triplet: 6E, CD and 26. RGB value is (110,205,38). Sum of RGB (Red+Green+Blue) = 110+205+38=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECD26 is #9132D9. Grayscale: #9E9E9E. Windows color (decimal): -9515738 or 2542958. OLE color: 2542958.
HSL color Cylindrical-coordinate representation of color #6ECD26: hue angle of 94.13º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6ECD26 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 38 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.20 |
| HSL | 94.13º | 0.69% | 0.48% | - |
| HSV(B) | 94.13º | 0.81% | 0.8% | - |
| XYZ | 28.61 | 47.12 | 9.42 | - |
| YUV | 157.56 | 60.53 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 38 | 0.46 | 0 | 0.81 | 0.20 | 94.13 | 0.69 | 0.48 |
| Hex | 6E | CD | 26 | 2E | 0 | 51 | 14 | 5E | 45 | 30 |
| Octal | 156 | 315 | 46 | 56 | 0 | 121 | 24 | 136 | 105 | 60 |
| Binary | 1101110 | 11001101 | 100110 | 101110 | 0 | 1010001 | 10100 | 1011110 | 1000101 | 110000 |
Color Harmonies of #6ECD26
Complementary color
Monochromatic Colors of #6ECD26
Black with #6ECD26
Text Example
Text Example
White with #6ECD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD26; }
p { color: rgb(110,205,38); }
H1.HeaderClassName
{
color: #6ECD26;
}
.AnyTagClassName
{
color: #6ECD26;
}
</style>
background-color css
<style>
a { background-color: #6ECD26; }
a { background-color: rgb(110,205,38); }
div.DivClassName
{
background-color: #6ECD26;
}
.BgClassName
{
background-color: #6ECD26;
}
</style>
border-color css
<style>
span { border-color: #6ECD26; }
span { border-color: rgb(110,205,38); }
td.TdClassName
{
border-color: #6ECD26;
}
.TagClassName
{
border-color: #6ECD26;
}
</style>