Shades of Lima #6FCC29
Tints of Lima #6FCC29
RGB
CMYK
RGB Variations
Color information
#6FCC29 (or 0x6FCC29) is known color: Lima. HEX triplet: 6F, CC and 29. RGB value is (111,204,41). Sum of RGB (Red+Green+Blue) = 111+204+41=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCC29 is #9033D6. Grayscale: #9E9E9E. Windows color (decimal): -9450455 or 2739311. OLE color: 2739311.
HSL color Cylindrical-coordinate representation of color #6FCC29: hue angle of 94.23º 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 #6FCC29 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 41 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.2 |
| HSL | 94.23º | 0.67% | 0.48% | - |
| HSV(B) | 94.23º | 0.8% | 0.8% | - |
| XYZ | 28.55 | 46.73 | 9.61 | - |
| YUV | 157.61 | 62.19 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 41 | 0.46 | 0 | 0.80 | 0.2 | 94.23 | 0.67 | 0.48 |
| Hex | 6F | CC | 29 | 2E | 0 | 50 | 14 | 5E | 43 | 30 |
| Octal | 157 | 314 | 51 | 56 | 0 | 120 | 24 | 136 | 103 | 60 |
| Binary | 1101111 | 11001100 | 101001 | 101110 | 0 | 1010000 | 10100 | 1011110 | 1000011 | 110000 |
Color Harmonies of #6FCC29
Complementary color
Monochromatic Colors of #6FCC29
Black with #6FCC29
Text Example
Text Example
White with #6FCC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC29; }
p { color: rgb(111,204,41); }
H1.HeaderClassName
{
color: #6FCC29;
}
.AnyTagClassName
{
color: #6FCC29;
}
</style>
background-color css
<style>
a { background-color: #6FCC29; }
a { background-color: rgb(111,204,41); }
div.DivClassName
{
background-color: #6FCC29;
}
.BgClassName
{
background-color: #6FCC29;
}
</style>
border-color css
<style>
span { border-color: #6FCC29; }
span { border-color: rgb(111,204,41); }
td.TdClassName
{
border-color: #6FCC29;
}
.TagClassName
{
border-color: #6FCC29;
}
</style>