Shades of Lima #7BBC24
Tints of Lima #7BBC24
RGB
CMYK
RGB Variations
Color information
#7BBC24 (or 0x7BBC24) is known color: Lima. HEX triplet: 7B, BC and 24. RGB value is (123,188,36). Sum of RGB (Red+Green+Blue) = 123+188+36=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC24 is #8443DB. Grayscale: #979797. Windows color (decimal): -8668124 or 2407547. OLE color: 2407547.
HSL color Cylindrical-coordinate representation of color #7BBC24: hue angle of 85.66º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7BBC24 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 36 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.26 |
| HSL | 85.66º | 0.68% | 0.44% | - |
| HSV(B) | 85.66º | 0.81% | 0.74% | - |
| XYZ | 26.47 | 40.3 | 8.05 | - |
| YUV | 151.24 | 62.97 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 36 | 0.35 | 0 | 0.81 | 0.26 | 85.66 | 0.68 | 0.44 |
| Hex | 7B | BC | 24 | 23 | 0 | 51 | 1A | 56 | 44 | 2C |
| Octal | 173 | 274 | 44 | 43 | 0 | 121 | 32 | 126 | 104 | 54 |
| Binary | 1111011 | 10111100 | 100100 | 100011 | 0 | 1010001 | 11010 | 1010110 | 1000100 | 101100 |
Color Harmonies of #7BBC24
Complementary color
Monochromatic Colors of #7BBC24
Black with #7BBC24
Text Example
Text Example
White with #7BBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC24; }
p { color: rgb(123,188,36); }
H1.HeaderClassName
{
color: #7BBC24;
}
.AnyTagClassName
{
color: #7BBC24;
}
</style>
background-color css
<style>
a { background-color: #7BBC24; }
a { background-color: rgb(123,188,36); }
div.DivClassName
{
background-color: #7BBC24;
}
.BgClassName
{
background-color: #7BBC24;
}
</style>
border-color css
<style>
span { border-color: #7BBC24; }
span { border-color: rgb(123,188,36); }
td.TdClassName
{
border-color: #7BBC24;
}
.TagClassName
{
border-color: #7BBC24;
}
</style>