Shades of Lima #7CBB34
Tints of Lima #7CBB34
RGB
CMYK
RGB Variations
Color information
#7CBB34 (or 0x7CBB34) is known color: Lima. HEX triplet: 7C, BB and 34. RGB value is (124,187,52). Sum of RGB (Red+Green+Blue) = 124+187+52=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBB34 is #8344CB. Grayscale: #999999. Windows color (decimal): -8602828 or 3455868. OLE color: 3455868.
HSL color Cylindrical-coordinate representation of color #7CBB34: hue angle of 88º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CBB34 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 52 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.27 |
| HSL | 88º | 0.56% | 0.47% | - |
| HSV(B) | 88º | 0.72% | 0.73% | - |
| XYZ | 26.7 | 40.07 | 9.58 | - |
| YUV | 152.77 | 71.13 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 52 | 0.34 | 0 | 0.72 | 0.27 | 88 | 0.56 | 0.47 |
| Hex | 7C | BB | 34 | 22 | 0 | 48 | 1B | 58 | 38 | 2F |
| Octal | 174 | 273 | 64 | 42 | 0 | 110 | 33 | 130 | 70 | 57 |
| Binary | 1111100 | 10111011 | 110100 | 100010 | 0 | 1001000 | 11011 | 1011000 | 111000 | 101111 |
Color Harmonies of #7CBB34
Complementary color
Monochromatic Colors of #7CBB34
Black with #7CBB34
Text Example
Text Example
White with #7CBB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB34; }
p { color: rgb(124,187,52); }
H1.HeaderClassName
{
color: #7CBB34;
}
.AnyTagClassName
{
color: #7CBB34;
}
</style>
background-color css
<style>
a { background-color: #7CBB34; }
a { background-color: rgb(124,187,52); }
div.DivClassName
{
background-color: #7CBB34;
}
.BgClassName
{
background-color: #7CBB34;
}
</style>
border-color css
<style>
span { border-color: #7CBB34; }
span { border-color: rgb(124,187,52); }
td.TdClassName
{
border-color: #7CBB34;
}
.TagClassName
{
border-color: #7CBB34;
}
</style>