Shades of Lima #6FCD26
Tints of Lima #6FCD26
RGB
CMYK
RGB Variations
Color information
#6FCD26 (or 0x6FCD26) is known color: Lima. HEX triplet: 6F, CD and 26. RGB value is (111,205,38). Sum of RGB (Red+Green+Blue) = 111+205+38=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCD26 is #9032D9. Grayscale: #9E9E9E. Windows color (decimal): -9450202 or 2542959. OLE color: 2542959.
HSL color Cylindrical-coordinate representation of color #6FCD26: hue angle of 93.77º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6FCD26 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 38 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.20 |
| HSL | 93.77º | 0.69% | 0.48% | - |
| HSV(B) | 93.77º | 0.81% | 0.8% | - |
| XYZ | 28.74 | 47.18 | 9.43 | - |
| YUV | 157.86 | 60.36 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 38 | 0.46 | 0 | 0.81 | 0.20 | 93.77 | 0.69 | 0.48 |
| Hex | 6F | CD | 26 | 2E | 0 | 51 | 14 | 5E | 45 | 30 |
| Octal | 157 | 315 | 46 | 56 | 0 | 121 | 24 | 136 | 105 | 60 |
| Binary | 1101111 | 11001101 | 100110 | 101110 | 0 | 1010001 | 10100 | 1011110 | 1000101 | 110000 |
Color Harmonies of #6FCD26
Complementary color
Monochromatic Colors of #6FCD26
Black with #6FCD26
Text Example
Text Example
White with #6FCD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD26; }
p { color: rgb(111,205,38); }
H1.HeaderClassName
{
color: #6FCD26;
}
.AnyTagClassName
{
color: #6FCD26;
}
</style>
background-color css
<style>
a { background-color: #6FCD26; }
a { background-color: rgb(111,205,38); }
div.DivClassName
{
background-color: #6FCD26;
}
.BgClassName
{
background-color: #6FCD26;
}
</style>
border-color css
<style>
span { border-color: #6FCD26; }
span { border-color: rgb(111,205,38); }
td.TdClassName
{
border-color: #6FCD26;
}
.TagClassName
{
border-color: #6FCD26;
}
</style>