Shades of Lima #6ECF28
Tints of Lima #6ECF28
RGB
CMYK
RGB Variations
Color information
#6ECF28 (or 0x6ECF28) is known color: Lima. HEX triplet: 6E, CF and 28. RGB value is (110,207,40). Sum of RGB (Red+Green+Blue) = 110+207+40=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECF28 is #9130D7. Grayscale: #9F9F9F. Windows color (decimal): -9515224 or 2674542. OLE color: 2674542.
HSL color Cylindrical-coordinate representation of color #6ECF28: hue angle of 94.85º degrees, saturation: 0.68, 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 #6ECF28 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 40 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.19 |
| HSL | 94.85º | 0.68% | 0.48% | - |
| HSV(B) | 94.85º | 0.81% | 0.81% | - |
| XYZ | 29.13 | 48.09 | 9.76 | - |
| YUV | 158.96 | 60.86 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 40 | 0.47 | 0 | 0.81 | 0.19 | 94.85 | 0.68 | 0.48 |
| Hex | 6E | CF | 28 | 2F | 0 | 51 | 13 | 5F | 44 | 30 |
| Octal | 156 | 317 | 50 | 57 | 0 | 121 | 23 | 137 | 104 | 60 |
| Binary | 1101110 | 11001111 | 101000 | 101111 | 0 | 1010001 | 10011 | 1011111 | 1000100 | 110000 |
Color Harmonies of #6ECF28
Complementary color
Monochromatic Colors of #6ECF28
Black with #6ECF28
Text Example
Text Example
White with #6ECF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECF28; }
p { color: rgb(110,207,40); }
H1.HeaderClassName
{
color: #6ECF28;
}
.AnyTagClassName
{
color: #6ECF28;
}
</style>
background-color css
<style>
a { background-color: #6ECF28; }
a { background-color: rgb(110,207,40); }
div.DivClassName
{
background-color: #6ECF28;
}
.BgClassName
{
background-color: #6ECF28;
}
</style>
border-color css
<style>
span { border-color: #6ECF28; }
span { border-color: rgb(110,207,40); }
td.TdClassName
{
border-color: #6ECF28;
}
.TagClassName
{
border-color: #6ECF28;
}
</style>