Shades of Lima #6FD321
Tints of Lima #6FD321
RGB
CMYK
RGB Variations
Color information
#6FD321 (or 0x6FD321) is known color: Lima. HEX triplet: 6F, D3 and 21. RGB value is (111,211,33). Sum of RGB (Red+Green+Blue) = 111+211+33=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 211 (82.81% from 255 or 59.44% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD321 is #902CDE. Grayscale: #A1A1A1. Windows color (decimal): -9448671 or 2216815. OLE color: 2216815.
HSL color Cylindrical-coordinate representation of color #6FD321: hue angle of 93.71º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6FD321 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 33 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.17 |
| HSL | 93.71º | 0.73% | 0.48% | - |
| HSV(B) | 93.71º | 0.84% | 0.83% | - |
| XYZ | 30.12 | 50.08 | 9.52 | - |
| YUV | 160.81 | 55.87 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 33 | 0.47 | 0 | 0.84 | 0.17 | 93.71 | 0.73 | 0.48 |
| Hex | 6F | D3 | 21 | 2F | 0 | 54 | 11 | 5E | 49 | 30 |
| Octal | 157 | 323 | 41 | 57 | 0 | 124 | 21 | 136 | 111 | 60 |
| Binary | 1101111 | 11010011 | 100001 | 101111 | 0 | 1010100 | 10001 | 1011110 | 1001001 | 110000 |
Color Harmonies of #6FD321
Complementary color
Monochromatic Colors of #6FD321
Black with #6FD321
Text Example
Text Example
White with #6FD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD321; }
p { color: rgb(111,211,33); }
H1.HeaderClassName
{
color: #6FD321;
}
.AnyTagClassName
{
color: #6FD321;
}
</style>
background-color css
<style>
a { background-color: #6FD321; }
a { background-color: rgb(111,211,33); }
div.DivClassName
{
background-color: #6FD321;
}
.BgClassName
{
background-color: #6FD321;
}
</style>
border-color css
<style>
span { border-color: #6FD321; }
span { border-color: rgb(111,211,33); }
td.TdClassName
{
border-color: #6FD321;
}
.TagClassName
{
border-color: #6FD321;
}
</style>