Shades of Lima #6FD21C
Tints of Lima #6FD21C
RGB
CMYK
RGB Variations
Color information
#6FD21C (or 0x6FD21C) is known color: Lima. HEX triplet: 6F, D2 and 1C. RGB value is (111,210,28). Sum of RGB (Red+Green+Blue) = 111+210+28=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD21C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD21C is #902DE3. Grayscale: #A0A0A0. Windows color (decimal): -9448932 or 1888879. OLE color: 1888879.
HSL color Cylindrical-coordinate representation of color #6FD21C: hue angle of 92.64º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6FD21C is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 28 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.18 |
| HSL | 92.64º | 0.76% | 0.47% | - |
| HSV(B) | 92.64º | 0.87% | 0.82% | - |
| XYZ | 29.81 | 49.56 | 9.09 | - |
| YUV | 159.65 | 53.7 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 28 | 0.47 | 0 | 0.87 | 0.18 | 92.64 | 0.76 | 0.47 |
| Hex | 6F | D2 | 1C | 2F | 0 | 57 | 12 | 5D | 4C | 2F |
| Octal | 157 | 322 | 34 | 57 | 0 | 127 | 22 | 135 | 114 | 57 |
| Binary | 1101111 | 11010010 | 11100 | 101111 | 0 | 1010111 | 10010 | 1011101 | 1001100 | 101111 |
Color Harmonies of #6FD21C
Complementary color
Monochromatic Colors of #6FD21C
Black with #6FD21C
Text Example
Text Example
White with #6FD21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD21C; }
p { color: rgb(111,210,28); }
H1.HeaderClassName
{
color: #6FD21C;
}
.AnyTagClassName
{
color: #6FD21C;
}
</style>
background-color css
<style>
a { background-color: #6FD21C; }
a { background-color: rgb(111,210,28); }
div.DivClassName
{
background-color: #6FD21C;
}
.BgClassName
{
background-color: #6FD21C;
}
</style>
border-color css
<style>
span { border-color: #6FD21C; }
span { border-color: rgb(111,210,28); }
td.TdClassName
{
border-color: #6FD21C;
}
.TagClassName
{
border-color: #6FD21C;
}
</style>