Shades of Lima #6ECC24
Tints of Lima #6ECC24
RGB
CMYK
RGB Variations
Color information
#6ECC24 (or 0x6ECC24) is known color: Lima. HEX triplet: 6E, CC and 24. RGB value is (110,204,36). Sum of RGB (Red+Green+Blue) = 110+204+36=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECC24 is #9133DB. Grayscale: #9D9D9D. Windows color (decimal): -9515996 or 2411630. OLE color: 2411630.
HSL color Cylindrical-coordinate representation of color #6ECC24: hue angle of 93.57º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6ECC24 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 36 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.2 |
| HSL | 93.57º | 0.7% | 0.47% | - |
| HSV(B) | 93.57º | 0.82% | 0.8% | - |
| XYZ | 28.34 | 46.63 | 9.18 | - |
| YUV | 156.74 | 59.86 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 36 | 0.46 | 0 | 0.82 | 0.2 | 93.57 | 0.7 | 0.47 |
| Hex | 6E | CC | 24 | 2E | 0 | 52 | 14 | 5E | 46 | 2F |
| Octal | 156 | 314 | 44 | 56 | 0 | 122 | 24 | 136 | 106 | 57 |
| Binary | 1101110 | 11001100 | 100100 | 101110 | 0 | 1010010 | 10100 | 1011110 | 1000110 | 101111 |
Color Harmonies of #6ECC24
Complementary color
Monochromatic Colors of #6ECC24
Black with #6ECC24
Text Example
Text Example
White with #6ECC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECC24; }
p { color: rgb(110,204,36); }
H1.HeaderClassName
{
color: #6ECC24;
}
.AnyTagClassName
{
color: #6ECC24;
}
</style>
background-color css
<style>
a { background-color: #6ECC24; }
a { background-color: rgb(110,204,36); }
div.DivClassName
{
background-color: #6ECC24;
}
.BgClassName
{
background-color: #6ECC24;
}
</style>
border-color css
<style>
span { border-color: #6ECC24; }
span { border-color: rgb(110,204,36); }
td.TdClassName
{
border-color: #6ECC24;
}
.TagClassName
{
border-color: #6ECC24;
}
</style>