Shades of Lima #6FCD23
Tints of Lima #6FCD23
RGB
CMYK
RGB Variations
Color information
#6FCD23 (or 0x6FCD23) is known color: Lima. HEX triplet: 6F, CD and 23. RGB value is (111,205,35). Sum of RGB (Red+Green+Blue) = 111+205+35=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCD23 is #9032DC. Grayscale: #9E9E9E. Windows color (decimal): -9450205 or 2346351. OLE color: 2346351.
HSL color Cylindrical-coordinate representation of color #6FCD23: hue angle of 93.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6FCD23 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 35 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.20 |
| HSL | 93.18º | 0.71% | 0.47% | - |
| HSV(B) | 93.18º | 0.83% | 0.8% | - |
| XYZ | 28.69 | 47.16 | 9.18 | - |
| YUV | 157.51 | 58.86 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 35 | 0.46 | 0 | 0.83 | 0.20 | 93.18 | 0.71 | 0.47 |
| Hex | 6F | CD | 23 | 2E | 0 | 53 | 14 | 5D | 47 | 2F |
| Octal | 157 | 315 | 43 | 56 | 0 | 123 | 24 | 135 | 107 | 57 |
| Binary | 1101111 | 11001101 | 100011 | 101110 | 0 | 1010011 | 10100 | 1011101 | 1000111 | 101111 |
Color Harmonies of #6FCD23
Complementary color
Monochromatic Colors of #6FCD23
Black with #6FCD23
Text Example
Text Example
White with #6FCD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD23; }
p { color: rgb(111,205,35); }
H1.HeaderClassName
{
color: #6FCD23;
}
.AnyTagClassName
{
color: #6FCD23;
}
</style>
background-color css
<style>
a { background-color: #6FCD23; }
a { background-color: rgb(111,205,35); }
div.DivClassName
{
background-color: #6FCD23;
}
.BgClassName
{
background-color: #6FCD23;
}
</style>
border-color css
<style>
span { border-color: #6FCD23; }
span { border-color: rgb(111,205,35); }
td.TdClassName
{
border-color: #6FCD23;
}
.TagClassName
{
border-color: #6FCD23;
}
</style>