Shades of Lima #7CBB05
Tints of Lima #7CBB05
RGB
CMYK
RGB Variations
Color information
#7CBB05 (or 0x7CBB05) is known color: Lima. HEX triplet: 7C, BB and 05. RGB value is (124,187,5). Sum of RGB (Red+Green+Blue) = 124+187+5=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 187 (73.44% from 255 or 59.18% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBB05 is #8344FA. Grayscale: #949494. Windows color (decimal): -8602875 or 375676. OLE color: 375676.
HSL color Cylindrical-coordinate representation of color #7CBB05: hue angle of 80.77º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7CBB05 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 5 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.27 |
| HSL | 80.77º | 0.95% | 0.38% | - |
| HSV(B) | 80.77º | 0.97% | 0.73% | - |
| XYZ | 26.11 | 39.84 | 6.46 | - |
| YUV | 147.42 | 47.63 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 5 | 0.34 | 0 | 0.97 | 0.27 | 80.77 | 0.95 | 0.38 |
| Hex | 7C | BB | 5 | 22 | 0 | 61 | 1B | 51 | 5F | 26 |
| Octal | 174 | 273 | 5 | 42 | 0 | 141 | 33 | 121 | 137 | 46 |
| Binary | 1111100 | 10111011 | 101 | 100010 | 0 | 1100001 | 11011 | 1010001 | 1011111 | 100110 |
Color Harmonies of #7CBB05
Complementary color
Monochromatic Colors of #7CBB05
Black with #7CBB05
Text Example
Text Example
White with #7CBB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB05; }
p { color: rgb(124,187,5); }
H1.HeaderClassName
{
color: #7CBB05;
}
.AnyTagClassName
{
color: #7CBB05;
}
</style>
background-color css
<style>
a { background-color: #7CBB05; }
a { background-color: rgb(124,187,5); }
div.DivClassName
{
background-color: #7CBB05;
}
.BgClassName
{
background-color: #7CBB05;
}
</style>
border-color css
<style>
span { border-color: #7CBB05; }
span { border-color: rgb(124,187,5); }
td.TdClassName
{
border-color: #7CBB05;
}
.TagClassName
{
border-color: #7CBB05;
}
</style>