Shades of Lima #6FCA29
Tints of Lima #6FCA29
RGB
CMYK
RGB Variations
Color information
#6FCA29 (or 0x6FCA29) is known color: Lima. HEX triplet: 6F, CA and 29. RGB value is (111,202,41). Sum of RGB (Red+Green+Blue) = 111+202+41=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA29 is #9035D6. Grayscale: #9C9C9C. Windows color (decimal): -9450967 or 2738799. OLE color: 2738799.
HSL color Cylindrical-coordinate representation of color #6FCA29: hue angle of 93.91º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FCA29 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 41 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.21 |
| HSL | 93.91º | 0.66% | 0.48% | - |
| HSV(B) | 93.91º | 0.8% | 0.79% | - |
| XYZ | 28.08 | 45.78 | 9.45 | - |
| YUV | 156.44 | 62.85 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 41 | 0.45 | 0 | 0.80 | 0.21 | 93.91 | 0.66 | 0.48 |
| Hex | 6F | CA | 29 | 2D | 0 | 50 | 15 | 5E | 42 | 30 |
| Octal | 157 | 312 | 51 | 55 | 0 | 120 | 25 | 136 | 102 | 60 |
| Binary | 1101111 | 11001010 | 101001 | 101101 | 0 | 1010000 | 10101 | 1011110 | 1000010 | 110000 |
Color Harmonies of #6FCA29
Complementary color
Monochromatic Colors of #6FCA29
Black with #6FCA29
Text Example
Text Example
White with #6FCA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCA29; }
p { color: rgb(111,202,41); }
H1.HeaderClassName
{
color: #6FCA29;
}
.AnyTagClassName
{
color: #6FCA29;
}
</style>
background-color css
<style>
a { background-color: #6FCA29; }
a { background-color: rgb(111,202,41); }
div.DivClassName
{
background-color: #6FCA29;
}
.BgClassName
{
background-color: #6FCA29;
}
</style>
border-color css
<style>
span { border-color: #6FCA29; }
span { border-color: rgb(111,202,41); }
td.TdClassName
{
border-color: #6FCA29;
}
.TagClassName
{
border-color: #6FCA29;
}
</style>