Shades of Lima #6ED122
Tints of Lima #6ED122
RGB
CMYK
RGB Variations
Color information
#6ED122 (or 0x6ED122) is known color: Lima. HEX triplet: 6E, D1 and 22. RGB value is (110,209,34). Sum of RGB (Red+Green+Blue) = 110+209+34=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 209 (82.03% from 255 or 59.21% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED122 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED122 is #912EDD. Grayscale: #A0A0A0. Windows color (decimal): -9514718 or 2281838. OLE color: 2281838.
HSL color Cylindrical-coordinate representation of color #6ED122: hue angle of 93.94º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6ED122 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 209 | 34 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.18 |
| HSL | 93.94º | 0.72% | 0.48% | - |
| HSV(B) | 93.94º | 0.84% | 0.82% | - |
| XYZ | 29.52 | 49.03 | 9.42 | - |
| YUV | 159.45 | 57.2 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 209 | 34 | 0.47 | 0 | 0.84 | 0.18 | 93.94 | 0.72 | 0.48 |
| Hex | 6E | D1 | 22 | 2F | 0 | 54 | 12 | 5E | 48 | 30 |
| Octal | 156 | 321 | 42 | 57 | 0 | 124 | 22 | 136 | 110 | 60 |
| Binary | 1101110 | 11010001 | 100010 | 101111 | 0 | 1010100 | 10010 | 1011110 | 1001000 | 110000 |
Color Harmonies of #6ED122
Complementary color
Monochromatic Colors of #6ED122
Black with #6ED122
Text Example
Text Example
White with #6ED122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED122; }
p { color: rgb(110,209,34); }
H1.HeaderClassName
{
color: #6ED122;
}
.AnyTagClassName
{
color: #6ED122;
}
</style>
background-color css
<style>
a { background-color: #6ED122; }
a { background-color: rgb(110,209,34); }
div.DivClassName
{
background-color: #6ED122;
}
.BgClassName
{
background-color: #6ED122;
}
</style>
border-color css
<style>
span { border-color: #6ED122; }
span { border-color: rgb(110,209,34); }
td.TdClassName
{
border-color: #6ED122;
}
.TagClassName
{
border-color: #6ED122;
}
</style>