Shades of Lima #6FBC2F
Tints of Lima #6FBC2F
RGB
CMYK
RGB Variations
Color information
#6FBC2F (or 0x6FBC2F) is known color: Lima. HEX triplet: 6F, BC and 2F. RGB value is (111,188,47). Sum of RGB (Red+Green+Blue) = 111+188+47=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC2F is #9043D0. Grayscale: #959595. Windows color (decimal): -9454545 or 3128431. OLE color: 3128431.
HSL color Cylindrical-coordinate representation of color #6FBC2F: hue angle of 92.77º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6FBC2F is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 47 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.26 |
| HSL | 92.77º | 0.6% | 0.46% | - |
| HSV(B) | 92.77º | 0.75% | 0.74% | - |
| XYZ | 25.05 | 39.55 | 9 | - |
| YUV | 148.9 | 70.49 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 47 | 0.41 | 0 | 0.75 | 0.26 | 92.77 | 0.6 | 0.46 |
| Hex | 6F | BC | 2F | 29 | 0 | 4B | 1A | 5D | 3C | 2E |
| Octal | 157 | 274 | 57 | 51 | 0 | 113 | 32 | 135 | 74 | 56 |
| Binary | 1101111 | 10111100 | 101111 | 101001 | 0 | 1001011 | 11010 | 1011101 | 111100 | 101110 |
Color Harmonies of #6FBC2F
Complementary color
Monochromatic Colors of #6FBC2F
Black with #6FBC2F
Text Example
Text Example
White with #6FBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC2F; }
p { color: rgb(111,188,47); }
H1.HeaderClassName
{
color: #6FBC2F;
}
.AnyTagClassName
{
color: #6FBC2F;
}
</style>
background-color css
<style>
a { background-color: #6FBC2F; }
a { background-color: rgb(111,188,47); }
div.DivClassName
{
background-color: #6FBC2F;
}
.BgClassName
{
background-color: #6FBC2F;
}
</style>
border-color css
<style>
span { border-color: #6FBC2F; }
span { border-color: rgb(111,188,47); }
td.TdClassName
{
border-color: #6FBC2F;
}
.TagClassName
{
border-color: #6FBC2F;
}
</style>