Shades of Lima #6FD423
Tints of Lima #6FD423
RGB
CMYK
RGB Variations
Color information
#6FD423 (or 0x6FD423) is known color: Lima. HEX triplet: 6F, D4 and 23. RGB value is (111,212,35). Sum of RGB (Red+Green+Blue) = 111+212+35=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 212 (83.20% from 255 or 59.22% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD423 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD423 is #902BDC. Grayscale: #A2A2A2. Windows color (decimal): -9448413 or 2348143. OLE color: 2348143.
HSL color Cylindrical-coordinate representation of color #6FD423: hue angle of 94.24º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6FD423 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 212 | 35 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.17 |
| HSL | 94.24º | 0.72% | 0.48% | - |
| HSV(B) | 94.24º | 0.83% | 0.83% | - |
| XYZ | 30.4 | 50.59 | 9.75 | - |
| YUV | 161.62 | 56.54 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 35 | 0.48 | 0 | 0.83 | 0.17 | 94.24 | 0.72 | 0.48 |
| Hex | 6F | D4 | 23 | 30 | 0 | 53 | 11 | 5E | 48 | 30 |
| Octal | 157 | 324 | 43 | 60 | 0 | 123 | 21 | 136 | 110 | 60 |
| Binary | 1101111 | 11010100 | 100011 | 110000 | 0 | 1010011 | 10001 | 1011110 | 1001000 | 110000 |
Color Harmonies of #6FD423
Complementary color
Monochromatic Colors of #6FD423
Black with #6FD423
Text Example
Text Example
White with #6FD423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD423; }
p { color: rgb(111,212,35); }
H1.HeaderClassName
{
color: #6FD423;
}
.AnyTagClassName
{
color: #6FD423;
}
</style>
background-color css
<style>
a { background-color: #6FD423; }
a { background-color: rgb(111,212,35); }
div.DivClassName
{
background-color: #6FD423;
}
.BgClassName
{
background-color: #6FD423;
}
</style>
border-color css
<style>
span { border-color: #6FD423; }
span { border-color: rgb(111,212,35); }
td.TdClassName
{
border-color: #6FD423;
}
.TagClassName
{
border-color: #6FD423;
}
</style>