Shades of Lima #6FBF2D
Tints of Lima #6FBF2D
RGB
CMYK
RGB Variations
Color information
#6FBF2D (or 0x6FBF2D) is known color: Lima. HEX triplet: 6F, BF and 2D. RGB value is (111,191,45). Sum of RGB (Red+Green+Blue) = 111+191+45=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBF2D is #9040D2. Grayscale: #969696. Windows color (decimal): -9453779 or 2998127. OLE color: 2998127.
HSL color Cylindrical-coordinate representation of color #6FBF2D: hue angle of 92.88º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6FBF2D is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 191 | 45 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.25 |
| HSL | 92.88º | 0.62% | 0.46% | - |
| HSV(B) | 92.88º | 0.76% | 0.75% | - |
| XYZ | 25.66 | 40.83 | 9.01 | - |
| YUV | 150.44 | 68.5 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 45 | 0.42 | 0 | 0.76 | 0.25 | 92.88 | 0.62 | 0.46 |
| Hex | 6F | BF | 2D | 2A | 0 | 4C | 19 | 5D | 3E | 2E |
| Octal | 157 | 277 | 55 | 52 | 0 | 114 | 31 | 135 | 76 | 56 |
| Binary | 1101111 | 10111111 | 101101 | 101010 | 0 | 1001100 | 11001 | 1011101 | 111110 | 101110 |
Color Harmonies of #6FBF2D
Complementary color
Monochromatic Colors of #6FBF2D
Black with #6FBF2D
Text Example
Text Example
White with #6FBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBF2D; }
p { color: rgb(111,191,45); }
H1.HeaderClassName
{
color: #6FBF2D;
}
.AnyTagClassName
{
color: #6FBF2D;
}
</style>
background-color css
<style>
a { background-color: #6FBF2D; }
a { background-color: rgb(111,191,45); }
div.DivClassName
{
background-color: #6FBF2D;
}
.BgClassName
{
background-color: #6FBF2D;
}
</style>
border-color css
<style>
span { border-color: #6FBF2D; }
span { border-color: rgb(111,191,45); }
td.TdClassName
{
border-color: #6FBF2D;
}
.TagClassName
{
border-color: #6FBF2D;
}
</style>