Shades of Lima #6FCA2A
Tints of Lima #6FCA2A
RGB
CMYK
RGB Variations
Color information
#6FCA2A (or 0x6FCA2A) is known color: Lima. HEX triplet: 6F, CA and 2A. RGB value is (111,202,42). Sum of RGB (Red+Green+Blue) = 111+202+42=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA2A is #9035D5. Grayscale: #9D9D9D. Windows color (decimal): -9450966 or 2804335. OLE color: 2804335.
HSL color Cylindrical-coordinate representation of color #6FCA2A: hue angle of 94.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FCA2A is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 42 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.21 |
| HSL | 94.13º | 0.66% | 0.48% | - |
| HSV(B) | 94.13º | 0.79% | 0.79% | - |
| XYZ | 28.09 | 45.79 | 9.55 | - |
| YUV | 156.55 | 63.35 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 42 | 0.45 | 0 | 0.79 | 0.21 | 94.13 | 0.66 | 0.48 |
| Hex | 6F | CA | 2A | 2D | 0 | 4F | 15 | 5E | 42 | 30 |
| Octal | 157 | 312 | 52 | 55 | 0 | 117 | 25 | 136 | 102 | 60 |
| Binary | 1101111 | 11001010 | 101010 | 101101 | 0 | 1001111 | 10101 | 1011110 | 1000010 | 110000 |
Color Harmonies of #6FCA2A
Complementary color
Monochromatic Colors of #6FCA2A
Black with #6FCA2A
Text Example
Text Example
White with #6FCA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCA2A; }
p { color: rgb(111,202,42); }
H1.HeaderClassName
{
color: #6FCA2A;
}
.AnyTagClassName
{
color: #6FCA2A;
}
</style>
background-color css
<style>
a { background-color: #6FCA2A; }
a { background-color: rgb(111,202,42); }
div.DivClassName
{
background-color: #6FCA2A;
}
.BgClassName
{
background-color: #6FCA2A;
}
</style>
border-color css
<style>
span { border-color: #6FCA2A; }
span { border-color: rgb(111,202,42); }
td.TdClassName
{
border-color: #6FCA2A;
}
.TagClassName
{
border-color: #6FCA2A;
}
</style>