Shades of Lima #6FCC22
Tints of Lima #6FCC22
RGB
CMYK
RGB Variations
Color information
#6FCC22 (or 0x6FCC22) is known color: Lima. HEX triplet: 6F, CC and 22. RGB value is (111,204,34). Sum of RGB (Red+Green+Blue) = 111+204+34=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCC22 is #9033DD. Grayscale: #9D9D9D. Windows color (decimal): -9450462 or 2280559. OLE color: 2280559.
HSL color Cylindrical-coordinate representation of color #6FCC22: hue angle of 92.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6FCC22 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 34 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.2 |
| HSL | 92.82º | 0.71% | 0.47% | - |
| HSV(B) | 92.82º | 0.83% | 0.8% | - |
| XYZ | 28.44 | 46.68 | 9.02 | - |
| YUV | 156.81 | 58.69 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 34 | 0.46 | 0 | 0.83 | 0.2 | 92.82 | 0.71 | 0.47 |
| Hex | 6F | CC | 22 | 2E | 0 | 53 | 14 | 5D | 47 | 2F |
| Octal | 157 | 314 | 42 | 56 | 0 | 123 | 24 | 135 | 107 | 57 |
| Binary | 1101111 | 11001100 | 100010 | 101110 | 0 | 1010011 | 10100 | 1011101 | 1000111 | 101111 |
Color Harmonies of #6FCC22
Complementary color
Monochromatic Colors of #6FCC22
Black with #6FCC22
Text Example
Text Example
White with #6FCC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC22; }
p { color: rgb(111,204,34); }
H1.HeaderClassName
{
color: #6FCC22;
}
.AnyTagClassName
{
color: #6FCC22;
}
</style>
background-color css
<style>
a { background-color: #6FCC22; }
a { background-color: rgb(111,204,34); }
div.DivClassName
{
background-color: #6FCC22;
}
.BgClassName
{
background-color: #6FCC22;
}
</style>
border-color css
<style>
span { border-color: #6FCC22; }
span { border-color: rgb(111,204,34); }
td.TdClassName
{
border-color: #6FCC22;
}
.TagClassName
{
border-color: #6FCC22;
}
</style>