Shades of Lima #7BC027
Tints of Lima #7BC027
RGB
CMYK
RGB Variations
Color information
#7BC027 (or 0x7BC027) is known color: Lima. HEX triplet: 7B, C0 and 27. RGB value is (123,192,39). Sum of RGB (Red+Green+Blue) = 123+192+39=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC027 is #843FD8. Grayscale: #9A9A9A. Windows color (decimal): -8667097 or 2605179. OLE color: 2605179.
HSL color Cylindrical-coordinate representation of color #7BC027: hue angle of 87.06º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7BC027 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 192 | 39 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.25 |
| HSL | 87.06º | 0.66% | 0.45% | - |
| HSV(B) | 87.06º | 0.8% | 0.75% | - |
| XYZ | 27.38 | 42.06 | 8.59 | - |
| YUV | 153.93 | 63.14 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 192 | 39 | 0.36 | 0 | 0.80 | 0.25 | 87.06 | 0.66 | 0.45 |
| Hex | 7B | C0 | 27 | 24 | 0 | 50 | 19 | 57 | 42 | 2D |
| Octal | 173 | 300 | 47 | 44 | 0 | 120 | 31 | 127 | 102 | 55 |
| Binary | 1111011 | 11000000 | 100111 | 100100 | 0 | 1010000 | 11001 | 1010111 | 1000010 | 101101 |
Color Harmonies of #7BC027
Complementary color
Monochromatic Colors of #7BC027
Black with #7BC027
Text Example
Text Example
White with #7BC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC027; }
p { color: rgb(123,192,39); }
H1.HeaderClassName
{
color: #7BC027;
}
.AnyTagClassName
{
color: #7BC027;
}
</style>
background-color css
<style>
a { background-color: #7BC027; }
a { background-color: rgb(123,192,39); }
div.DivClassName
{
background-color: #7BC027;
}
.BgClassName
{
background-color: #7BC027;
}
</style>
border-color css
<style>
span { border-color: #7BC027; }
span { border-color: rgb(123,192,39); }
td.TdClassName
{
border-color: #7BC027;
}
.TagClassName
{
border-color: #7BC027;
}
</style>