Shades of Lima #7CBB03
Tints of Lima #7CBB03
RGB
CMYK
RGB Variations
Color information
#7CBB03 (or 0x7CBB03) is known color: Lima. HEX triplet: 7C, BB and 03. RGB value is (124,187,3). Sum of RGB (Red+Green+Blue) = 124+187+3=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 187 (73.44% from 255 or 59.55% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBB03 is #8344FC. Grayscale: #939393. Windows color (decimal): -8602877 or 244604. OLE color: 244604.
HSL color Cylindrical-coordinate representation of color #7CBB03: hue angle of 80.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CBB03 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 3 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.27 |
| HSL | 80.54º | 0.97% | 0.37% | - |
| HSV(B) | 80.54º | 0.98% | 0.73% | - |
| XYZ | 26.1 | 39.83 | 6.4 | - |
| YUV | 147.19 | 46.63 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 3 | 0.34 | 0 | 0.98 | 0.27 | 80.54 | 0.97 | 0.37 |
| Hex | 7C | BB | 3 | 22 | 0 | 62 | 1B | 51 | 61 | 25 |
| Octal | 174 | 273 | 3 | 42 | 0 | 142 | 33 | 121 | 141 | 45 |
| Binary | 1111100 | 10111011 | 11 | 100010 | 0 | 1100010 | 11011 | 1010001 | 1100001 | 100101 |
Color Harmonies of #7CBB03
Complementary color
Monochromatic Colors of #7CBB03
Black with #7CBB03
Text Example
Text Example
White with #7CBB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB03; }
p { color: rgb(124,187,3); }
H1.HeaderClassName
{
color: #7CBB03;
}
.AnyTagClassName
{
color: #7CBB03;
}
</style>
background-color css
<style>
a { background-color: #7CBB03; }
a { background-color: rgb(124,187,3); }
div.DivClassName
{
background-color: #7CBB03;
}
.BgClassName
{
background-color: #7CBB03;
}
</style>
border-color css
<style>
span { border-color: #7CBB03; }
span { border-color: rgb(124,187,3); }
td.TdClassName
{
border-color: #7CBB03;
}
.TagClassName
{
border-color: #7CBB03;
}
</style>