Shades of Lima #7BBC2F
Tints of Lima #7BBC2F
RGB
CMYK
RGB Variations
Color information
#7BBC2F (or 0x7BBC2F) is known color: Lima. HEX triplet: 7B, BC and 2F. RGB value is (123,188,47). Sum of RGB (Red+Green+Blue) = 123+188+47=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC2F is #8443D0. Grayscale: #989898. Windows color (decimal): -8668113 or 3128443. OLE color: 3128443.
HSL color Cylindrical-coordinate representation of color #7BBC2F: hue angle of 87.66º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7BBC2F is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 47 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.26 |
| HSL | 87.66º | 0.6% | 0.46% | - |
| HSV(B) | 87.66º | 0.75% | 0.74% | - |
| XYZ | 26.66 | 40.38 | 9.08 | - |
| YUV | 152.49 | 68.47 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 47 | 0.35 | 0 | 0.75 | 0.26 | 87.66 | 0.6 | 0.46 |
| Hex | 7B | BC | 2F | 23 | 0 | 4B | 1A | 58 | 3C | 2E |
| Octal | 173 | 274 | 57 | 43 | 0 | 113 | 32 | 130 | 74 | 56 |
| Binary | 1111011 | 10111100 | 101111 | 100011 | 0 | 1001011 | 11010 | 1011000 | 111100 | 101110 |
Color Harmonies of #7BBC2F
Complementary color
Monochromatic Colors of #7BBC2F
Black with #7BBC2F
Text Example
Text Example
White with #7BBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC2F; }
p { color: rgb(123,188,47); }
H1.HeaderClassName
{
color: #7BBC2F;
}
.AnyTagClassName
{
color: #7BBC2F;
}
</style>
background-color css
<style>
a { background-color: #7BBC2F; }
a { background-color: rgb(123,188,47); }
div.DivClassName
{
background-color: #7BBC2F;
}
.BgClassName
{
background-color: #7BBC2F;
}
</style>
border-color css
<style>
span { border-color: #7BBC2F; }
span { border-color: rgb(123,188,47); }
td.TdClassName
{
border-color: #7BBC2F;
}
.TagClassName
{
border-color: #7BBC2F;
}
</style>