Shades of Lima #7ABC33
Tints of Lima #7ABC33
RGB
CMYK
RGB Variations
Color information
#7ABC33 (or 0x7ABC33) is known color: Lima. HEX triplet: 7A, BC and 33. RGB value is (122,188,51). Sum of RGB (Red+Green+Blue) = 122+188+51=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC33 is #8543CC. Grayscale: #999999. Windows color (decimal): -8733645 or 3390586. OLE color: 3390586.
HSL color Cylindrical-coordinate representation of color #7ABC33: hue angle of 88.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7ABC33 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 51 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.26 |
| HSL | 88.91º | 0.57% | 0.47% | - |
| HSV(B) | 88.91º | 0.73% | 0.74% | - |
| XYZ | 26.61 | 40.34 | 9.52 | - |
| YUV | 152.65 | 70.63 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 51 | 0.35 | 0 | 0.73 | 0.26 | 88.91 | 0.57 | 0.47 |
| Hex | 7A | BC | 33 | 23 | 0 | 49 | 1A | 59 | 39 | 2F |
| Octal | 172 | 274 | 63 | 43 | 0 | 111 | 32 | 131 | 71 | 57 |
| Binary | 1111010 | 10111100 | 110011 | 100011 | 0 | 1001001 | 11010 | 1011001 | 111001 | 101111 |
Color Harmonies of #7ABC33
Complementary color
Monochromatic Colors of #7ABC33
Black with #7ABC33
Text Example
Text Example
White with #7ABC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC33; }
p { color: rgb(122,188,51); }
H1.HeaderClassName
{
color: #7ABC33;
}
.AnyTagClassName
{
color: #7ABC33;
}
</style>
background-color css
<style>
a { background-color: #7ABC33; }
a { background-color: rgb(122,188,51); }
div.DivClassName
{
background-color: #7ABC33;
}
.BgClassName
{
background-color: #7ABC33;
}
</style>
border-color css
<style>
span { border-color: #7ABC33; }
span { border-color: rgb(122,188,51); }
td.TdClassName
{
border-color: #7ABC33;
}
.TagClassName
{
border-color: #7ABC33;
}
</style>