Shades of Lima #7ABD21
Tints of Lima #7ABD21
RGB
CMYK
RGB Variations
Color information
#7ABD21 (or 0x7ABD21) is known color: Lima. HEX triplet: 7A, BD and 21. RGB value is (122,189,33). Sum of RGB (Red+Green+Blue) = 122+189+33=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABD21 is #8542DE. Grayscale: #979797. Windows color (decimal): -8733407 or 2211194. OLE color: 2211194.
HSL color Cylindrical-coordinate representation of color #7ABD21: hue angle of 85.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7ABD21 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 33 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.26 |
| HSL | 85.77º | 0.7% | 0.44% | - |
| HSV(B) | 85.77º | 0.83% | 0.74% | - |
| XYZ | 26.5 | 40.64 | 7.89 | - |
| YUV | 151.18 | 61.3 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 33 | 0.35 | 0 | 0.83 | 0.26 | 85.77 | 0.7 | 0.44 |
| Hex | 7A | BD | 21 | 23 | 0 | 53 | 1A | 56 | 46 | 2C |
| Octal | 172 | 275 | 41 | 43 | 0 | 123 | 32 | 126 | 106 | 54 |
| Binary | 1111010 | 10111101 | 100001 | 100011 | 0 | 1010011 | 11010 | 1010110 | 1000110 | 101100 |
Color Harmonies of #7ABD21
Complementary color
Monochromatic Colors of #7ABD21
Black with #7ABD21
Text Example
Text Example
White with #7ABD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABD21; }
p { color: rgb(122,189,33); }
H1.HeaderClassName
{
color: #7ABD21;
}
.AnyTagClassName
{
color: #7ABD21;
}
</style>
background-color css
<style>
a { background-color: #7ABD21; }
a { background-color: rgb(122,189,33); }
div.DivClassName
{
background-color: #7ABD21;
}
.BgClassName
{
background-color: #7ABD21;
}
</style>
border-color css
<style>
span { border-color: #7ABD21; }
span { border-color: rgb(122,189,33); }
td.TdClassName
{
border-color: #7ABD21;
}
.TagClassName
{
border-color: #7ABD21;
}
</style>