Shades of Lima #6FC42C
Tints of Lima #6FC42C
RGB
CMYK
RGB Variations
Color information
#6FC42C (or 0x6FC42C) is known color: Lima. HEX triplet: 6F, C4 and 2C. RGB value is (111,196,44). Sum of RGB (Red+Green+Blue) = 111+196+44=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #6FC42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC42C is #903BD3. Grayscale: #999999. Windows color (decimal): -9452500 or 2933871. OLE color: 2933871.
HSL color Cylindrical-coordinate representation of color #6FC42C: hue angle of 93.55º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6FC42C is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 196 | 44 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.23 |
| HSL | 93.55º | 0.63% | 0.47% | - |
| HSV(B) | 93.55º | 0.78% | 0.77% | - |
| XYZ | 26.75 | 43.04 | 9.28 | - |
| YUV | 153.26 | 66.34 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 196 | 44 | 0.43 | 0 | 0.78 | 0.23 | 93.55 | 0.63 | 0.47 |
| Hex | 6F | C4 | 2C | 2B | 0 | 4E | 17 | 5E | 3F | 2F |
| Octal | 157 | 304 | 54 | 53 | 0 | 116 | 27 | 136 | 77 | 57 |
| Binary | 1101111 | 11000100 | 101100 | 101011 | 0 | 1001110 | 10111 | 1011110 | 111111 | 101111 |
Color Harmonies of #6FC42C
Complementary color
Monochromatic Colors of #6FC42C
Black with #6FC42C
Text Example
Text Example
White with #6FC42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC42C; }
p { color: rgb(111,196,44); }
H1.HeaderClassName
{
color: #6FC42C;
}
.AnyTagClassName
{
color: #6FC42C;
}
</style>
background-color css
<style>
a { background-color: #6FC42C; }
a { background-color: rgb(111,196,44); }
div.DivClassName
{
background-color: #6FC42C;
}
.BgClassName
{
background-color: #6FC42C;
}
</style>
border-color css
<style>
span { border-color: #6FC42C; }
span { border-color: rgb(111,196,44); }
td.TdClassName
{
border-color: #6FC42C;
}
.TagClassName
{
border-color: #6FC42C;
}
</style>