Shades of Lima #7ABC26
Tints of Lima #7ABC26
RGB
CMYK
RGB Variations
Color information
#7ABC26 (or 0x7ABC26) is known color: Lima. HEX triplet: 7A, BC and 26. RGB value is (122,188,38). Sum of RGB (Red+Green+Blue) = 122+188+38=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC26 is #8543D9. Grayscale: #979797. Windows color (decimal): -8733658 or 2538618. OLE color: 2538618.
HSL color Cylindrical-coordinate representation of color #7ABC26: hue angle of 86.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7ABC26 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 38 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.26 |
| HSL | 86.4º | 0.66% | 0.44% | - |
| HSV(B) | 86.4º | 0.8% | 0.74% | - |
| XYZ | 26.36 | 40.24 | 8.21 | - |
| YUV | 151.17 | 64.13 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 38 | 0.35 | 0 | 0.80 | 0.26 | 86.4 | 0.66 | 0.44 |
| Hex | 7A | BC | 26 | 23 | 0 | 50 | 1A | 56 | 42 | 2C |
| Octal | 172 | 274 | 46 | 43 | 0 | 120 | 32 | 126 | 102 | 54 |
| Binary | 1111010 | 10111100 | 100110 | 100011 | 0 | 1010000 | 11010 | 1010110 | 1000010 | 101100 |
Color Harmonies of #7ABC26
Complementary color
Monochromatic Colors of #7ABC26
Black with #7ABC26
Text Example
Text Example
White with #7ABC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC26; }
p { color: rgb(122,188,38); }
H1.HeaderClassName
{
color: #7ABC26;
}
.AnyTagClassName
{
color: #7ABC26;
}
</style>
background-color css
<style>
a { background-color: #7ABC26; }
a { background-color: rgb(122,188,38); }
div.DivClassName
{
background-color: #7ABC26;
}
.BgClassName
{
background-color: #7ABC26;
}
</style>
border-color css
<style>
span { border-color: #7ABC26; }
span { border-color: rgb(122,188,38); }
td.TdClassName
{
border-color: #7ABC26;
}
.TagClassName
{
border-color: #7ABC26;
}
</style>