Shades of Lima #6FC02C
Tints of Lima #6FC02C
RGB
CMYK
RGB Variations
Color information
#6FC02C (or 0x6FC02C) is known color: Lima. HEX triplet: 6F, C0 and 2C. RGB value is (111,192,44). Sum of RGB (Red+Green+Blue) = 111+192+44=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC02C is #903FD3. Grayscale: #979797. Windows color (decimal): -9453524 or 2932847. OLE color: 2932847.
HSL color Cylindrical-coordinate representation of color #6FC02C: hue angle of 92.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6FC02C is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 44 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.25 |
| HSL | 92.84º | 0.63% | 0.46% | - |
| HSV(B) | 92.84º | 0.77% | 0.75% | - |
| XYZ | 25.86 | 41.26 | 8.98 | - |
| YUV | 150.91 | 67.66 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 44 | 0.42 | 0 | 0.77 | 0.25 | 92.84 | 0.63 | 0.46 |
| Hex | 6F | C0 | 2C | 2A | 0 | 4D | 19 | 5D | 3F | 2E |
| Octal | 157 | 300 | 54 | 52 | 0 | 115 | 31 | 135 | 77 | 56 |
| Binary | 1101111 | 11000000 | 101100 | 101010 | 0 | 1001101 | 11001 | 1011101 | 111111 | 101110 |
Color Harmonies of #6FC02C
Complementary color
Monochromatic Colors of #6FC02C
Black with #6FC02C
Text Example
Text Example
White with #6FC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC02C; }
p { color: rgb(111,192,44); }
H1.HeaderClassName
{
color: #6FC02C;
}
.AnyTagClassName
{
color: #6FC02C;
}
</style>
background-color css
<style>
a { background-color: #6FC02C; }
a { background-color: rgb(111,192,44); }
div.DivClassName
{
background-color: #6FC02C;
}
.BgClassName
{
background-color: #6FC02C;
}
</style>
border-color css
<style>
span { border-color: #6FC02C; }
span { border-color: rgb(111,192,44); }
td.TdClassName
{
border-color: #6FC02C;
}
.TagClassName
{
border-color: #6FC02C;
}
</style>