Shades of Lima #6FC429
Tints of Lima #6FC429
RGB
CMYK
RGB Variations
Color information
#6FC429 (or 0x6FC429) is known color: Lima. HEX triplet: 6F, C4 and 29. RGB value is (111,196,41). Sum of RGB (Red+Green+Blue) = 111+196+41=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 196 (76.95% from 255 or 56.32% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 196 - color contains mainly: green. Hex color #6FC429 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC429 is #903BD6. Grayscale: #999999. Windows color (decimal): -9452503 or 2737263. OLE color: 2737263.
HSL color Cylindrical-coordinate representation of color #6FC429: hue angle of 92.9º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FC429 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 196 | 41 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.23 |
| HSL | 92.9º | 0.65% | 0.46% | - |
| HSV(B) | 92.9º | 0.79% | 0.77% | - |
| XYZ | 26.7 | 43.02 | 8.99 | - |
| YUV | 152.92 | 64.84 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 196 | 41 | 0.43 | 0 | 0.79 | 0.23 | 92.9 | 0.65 | 0.46 |
| Hex | 6F | C4 | 29 | 2B | 0 | 4F | 17 | 5D | 41 | 2E |
| Octal | 157 | 304 | 51 | 53 | 0 | 117 | 27 | 135 | 101 | 56 |
| Binary | 1101111 | 11000100 | 101001 | 101011 | 0 | 1001111 | 10111 | 1011101 | 1000001 | 101110 |
Color Harmonies of #6FC429
Complementary color
Monochromatic Colors of #6FC429
Black with #6FC429
Text Example
Text Example
White with #6FC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC429; }
p { color: rgb(111,196,41); }
H1.HeaderClassName
{
color: #6FC429;
}
.AnyTagClassName
{
color: #6FC429;
}
</style>
background-color css
<style>
a { background-color: #6FC429; }
a { background-color: rgb(111,196,41); }
div.DivClassName
{
background-color: #6FC429;
}
.BgClassName
{
background-color: #6FC429;
}
</style>
border-color css
<style>
span { border-color: #6FC429; }
span { border-color: rgb(111,196,41); }
td.TdClassName
{
border-color: #6FC429;
}
.TagClassName
{
border-color: #6FC429;
}
</style>