Shades of Lima #6DCC28
Tints of Lima #6DCC28
RGB
CMYK
RGB Variations
Color information
#6DCC28 (or 0x6DCC28) is known color: Lima. HEX triplet: 6D, CC and 28. RGB value is (109,204,40). Sum of RGB (Red+Green+Blue) = 109+204+40=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCC28 is #9233D7. Grayscale: #9D9D9D. Windows color (decimal): -9581528 or 2673773. OLE color: 2673773.
HSL color Cylindrical-coordinate representation of color #6DCC28: hue angle of 94.76º 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 #6DCC28 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 40 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.2 |
| HSL | 94.76º | 0.67% | 0.48% | - |
| HSV(B) | 94.76º | 0.8% | 0.8% | - |
| XYZ | 28.28 | 46.59 | 9.51 | - |
| YUV | 156.9 | 62.03 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 40 | 0.47 | 0 | 0.80 | 0.2 | 94.76 | 0.67 | 0.48 |
| Hex | 6D | CC | 28 | 2F | 0 | 50 | 14 | 5F | 43 | 30 |
| Octal | 155 | 314 | 50 | 57 | 0 | 120 | 24 | 137 | 103 | 60 |
| Binary | 1101101 | 11001100 | 101000 | 101111 | 0 | 1010000 | 10100 | 1011111 | 1000011 | 110000 |
Color Harmonies of #6DCC28
Complementary color
Monochromatic Colors of #6DCC28
Black with #6DCC28
Text Example
Text Example
White with #6DCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCC28; }
p { color: rgb(109,204,40); }
H1.HeaderClassName
{
color: #6DCC28;
}
.AnyTagClassName
{
color: #6DCC28;
}
</style>
background-color css
<style>
a { background-color: #6DCC28; }
a { background-color: rgb(109,204,40); }
div.DivClassName
{
background-color: #6DCC28;
}
.BgClassName
{
background-color: #6DCC28;
}
</style>
border-color css
<style>
span { border-color: #6DCC28; }
span { border-color: rgb(109,204,40); }
td.TdClassName
{
border-color: #6DCC28;
}
.TagClassName
{
border-color: #6DCC28;
}
</style>