Shades of Lima #6ECE28
Tints of Lima #6ECE28
RGB
CMYK
RGB Variations
Color information
#6ECE28 (or 0x6ECE28) is known color: Lima. HEX triplet: 6E, CE and 28. RGB value is (110,206,40). Sum of RGB (Red+Green+Blue) = 110+206+40=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECE28 is #9131D7. Grayscale: #9E9E9E. Windows color (decimal): -9515480 or 2674286. OLE color: 2674286.
HSL color Cylindrical-coordinate representation of color #6ECE28: hue angle of 94.7º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6ECE28 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 206 | 40 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.19 |
| HSL | 94.7º | 0.67% | 0.48% | - |
| HSV(B) | 94.7º | 0.81% | 0.81% | - |
| XYZ | 28.88 | 47.61 | 9.67 | - |
| YUV | 158.37 | 61.2 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 40 | 0.47 | 0 | 0.81 | 0.19 | 94.7 | 0.67 | 0.48 |
| Hex | 6E | CE | 28 | 2F | 0 | 51 | 13 | 5F | 43 | 30 |
| Octal | 156 | 316 | 50 | 57 | 0 | 121 | 23 | 137 | 103 | 60 |
| Binary | 1101110 | 11001110 | 101000 | 101111 | 0 | 1010001 | 10011 | 1011111 | 1000011 | 110000 |
Color Harmonies of #6ECE28
Complementary color
Monochromatic Colors of #6ECE28
Black with #6ECE28
Text Example
Text Example
White with #6ECE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECE28; }
p { color: rgb(110,206,40); }
H1.HeaderClassName
{
color: #6ECE28;
}
.AnyTagClassName
{
color: #6ECE28;
}
</style>
background-color css
<style>
a { background-color: #6ECE28; }
a { background-color: rgb(110,206,40); }
div.DivClassName
{
background-color: #6ECE28;
}
.BgClassName
{
background-color: #6ECE28;
}
</style>
border-color css
<style>
span { border-color: #6ECE28; }
span { border-color: rgb(110,206,40); }
td.TdClassName
{
border-color: #6ECE28;
}
.TagClassName
{
border-color: #6ECE28;
}
</style>