Shades of Lima #7BBC05
Tints of Lima #7BBC05
RGB
CMYK
RGB Variations
Color information
#7BBC05 (or 0x7BBC05) is known color: Lima. HEX triplet: 7B, BC and 05. RGB value is (123,188,5). Sum of RGB (Red+Green+Blue) = 123+188+5=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBC05 is #8443FA. Grayscale: #949494. Windows color (decimal): -8668155 or 375931. OLE color: 375931.
HSL color Cylindrical-coordinate representation of color #7BBC05: hue angle of 81.31º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7BBC05 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 5 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.26 |
| HSL | 81.31º | 0.95% | 0.38% | - |
| HSV(B) | 81.31º | 0.97% | 0.74% | - |
| XYZ | 26.18 | 40.19 | 6.52 | - |
| YUV | 147.7 | 47.47 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 5 | 0.35 | 0 | 0.97 | 0.26 | 81.31 | 0.95 | 0.38 |
| Hex | 7B | BC | 5 | 23 | 0 | 61 | 1A | 51 | 5F | 26 |
| Octal | 173 | 274 | 5 | 43 | 0 | 141 | 32 | 121 | 137 | 46 |
| Binary | 1111011 | 10111100 | 101 | 100011 | 0 | 1100001 | 11010 | 1010001 | 1011111 | 100110 |
Color Harmonies of #7BBC05
Complementary color
Monochromatic Colors of #7BBC05
Black with #7BBC05
Text Example
Text Example
White with #7BBC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC05; }
p { color: rgb(123,188,5); }
H1.HeaderClassName
{
color: #7BBC05;
}
.AnyTagClassName
{
color: #7BBC05;
}
</style>
background-color css
<style>
a { background-color: #7BBC05; }
a { background-color: rgb(123,188,5); }
div.DivClassName
{
background-color: #7BBC05;
}
.BgClassName
{
background-color: #7BBC05;
}
</style>
border-color css
<style>
span { border-color: #7BBC05; }
span { border-color: rgb(123,188,5); }
td.TdClassName
{
border-color: #7BBC05;
}
.TagClassName
{
border-color: #7BBC05;
}
</style>