Shades of Lima #7BC91F
Tints of Lima #7BC91F
RGB
CMYK
RGB Variations
Color information
#7BC91F (or 0x7BC91F) is known color: Lima. HEX triplet: 7B, C9 and 1F. RGB value is (123,201,31). Sum of RGB (Red+Green+Blue) = 123+201+31=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC91F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC91F is #8436E0. Grayscale: #9E9E9E. Windows color (decimal): -8664801 or 2083195. OLE color: 2083195.
HSL color Cylindrical-coordinate representation of color #7BC91F: hue angle of 87.53º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7BC91F is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 31 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.21 |
| HSL | 87.53º | 0.73% | 0.45% | - |
| HSV(B) | 87.53º | 0.85% | 0.79% | - |
| XYZ | 29.3 | 46.08 | 8.65 | - |
| YUV | 158.3 | 56.16 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 31 | 0.39 | 0 | 0.85 | 0.21 | 87.53 | 0.73 | 0.45 |
| Hex | 7B | C9 | 1F | 27 | 0 | 55 | 15 | 58 | 49 | 2D |
| Octal | 173 | 311 | 37 | 47 | 0 | 125 | 25 | 130 | 111 | 55 |
| Binary | 1111011 | 11001001 | 11111 | 100111 | 0 | 1010101 | 10101 | 1011000 | 1001001 | 101101 |
Color Harmonies of #7BC91F
Complementary color
Monochromatic Colors of #7BC91F
Black with #7BC91F
Text Example
Text Example
White with #7BC91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC91F; }
p { color: rgb(123,201,31); }
H1.HeaderClassName
{
color: #7BC91F;
}
.AnyTagClassName
{
color: #7BC91F;
}
</style>
background-color css
<style>
a { background-color: #7BC91F; }
a { background-color: rgb(123,201,31); }
div.DivClassName
{
background-color: #7BC91F;
}
.BgClassName
{
background-color: #7BC91F;
}
</style>
border-color css
<style>
span { border-color: #7BC91F; }
span { border-color: rgb(123,201,31); }
td.TdClassName
{
border-color: #7BC91F;
}
.TagClassName
{
border-color: #7BC91F;
}
</style>