Shades of Lima #6ECB28
Tints of Lima #6ECB28
RGB
CMYK
RGB Variations
Color information
#6ECB28 (or 0x6ECB28) is known color: Lima. HEX triplet: 6E, CB and 28. RGB value is (110,203,40). Sum of RGB (Red+Green+Blue) = 110+203+40=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 203 (79.69% from 255 or 57.51% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECB28 is #9134D7. Grayscale: #9D9D9D. Windows color (decimal): -9516248 or 2673518. OLE color: 2673518.
HSL color Cylindrical-coordinate representation of color #6ECB28: hue angle of 94.23º degrees, saturation: 0.67, 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 #6ECB28 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 203 | 40 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.20 |
| HSL | 94.23º | 0.67% | 0.48% | - |
| HSV(B) | 94.23º | 0.8% | 0.8% | - |
| XYZ | 28.17 | 46.18 | 9.44 | - |
| YUV | 156.61 | 62.19 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 40 | 0.46 | 0 | 0.80 | 0.20 | 94.23 | 0.67 | 0.48 |
| Hex | 6E | CB | 28 | 2E | 0 | 50 | 14 | 5E | 43 | 30 |
| Octal | 156 | 313 | 50 | 56 | 0 | 120 | 24 | 136 | 103 | 60 |
| Binary | 1101110 | 11001011 | 101000 | 101110 | 0 | 1010000 | 10100 | 1011110 | 1000011 | 110000 |
Color Harmonies of #6ECB28
Complementary color
Monochromatic Colors of #6ECB28
Black with #6ECB28
Text Example
Text Example
White with #6ECB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECB28; }
p { color: rgb(110,203,40); }
H1.HeaderClassName
{
color: #6ECB28;
}
.AnyTagClassName
{
color: #6ECB28;
}
</style>
background-color css
<style>
a { background-color: #6ECB28; }
a { background-color: rgb(110,203,40); }
div.DivClassName
{
background-color: #6ECB28;
}
.BgClassName
{
background-color: #6ECB28;
}
</style>
border-color css
<style>
span { border-color: #6ECB28; }
span { border-color: rgb(110,203,40); }
td.TdClassName
{
border-color: #6ECB28;
}
.TagClassName
{
border-color: #6ECB28;
}
</style>