Shades of Lima #7ABC21
Tints of Lima #7ABC21
RGB
CMYK
RGB Variations
Color information
#7ABC21 (or 0x7ABC21) is known color: Lima. HEX triplet: 7A, BC and 21. RGB value is (122,188,33). Sum of RGB (Red+Green+Blue) = 122+188+33=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC21 is #8543DE. Grayscale: #979797. Windows color (decimal): -8733663 or 2210938. OLE color: 2210938.
HSL color Cylindrical-coordinate representation of color #7ABC21: hue angle of 85.55º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7ABC21 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 33 | - |
| CMYK | 0.35 | 0 | 0.82 | 0.26 |
| HSL | 85.55º | 0.7% | 0.43% | - |
| HSV(B) | 85.55º | 0.82% | 0.74% | - |
| XYZ | 26.28 | 40.21 | 7.82 | - |
| YUV | 150.6 | 61.63 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 33 | 0.35 | 0 | 0.82 | 0.26 | 85.55 | 0.7 | 0.43 |
| Hex | 7A | BC | 21 | 23 | 0 | 52 | 1A | 56 | 46 | 2B |
| Octal | 172 | 274 | 41 | 43 | 0 | 122 | 32 | 126 | 106 | 53 |
| Binary | 1111010 | 10111100 | 100001 | 100011 | 0 | 1010010 | 11010 | 1010110 | 1000110 | 101011 |
Color Harmonies of #7ABC21
Complementary color
Monochromatic Colors of #7ABC21
Black with #7ABC21
Text Example
Text Example
White with #7ABC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC21; }
p { color: rgb(122,188,33); }
H1.HeaderClassName
{
color: #7ABC21;
}
.AnyTagClassName
{
color: #7ABC21;
}
</style>
background-color css
<style>
a { background-color: #7ABC21; }
a { background-color: rgb(122,188,33); }
div.DivClassName
{
background-color: #7ABC21;
}
.BgClassName
{
background-color: #7ABC21;
}
</style>
border-color css
<style>
span { border-color: #7ABC21; }
span { border-color: rgb(122,188,33); }
td.TdClassName
{
border-color: #7ABC21;
}
.TagClassName
{
border-color: #7ABC21;
}
</style>