Shades of Lima #7BC92F
Tints of Lima #7BC92F
RGB
CMYK
RGB Variations
Color information
#7BC92F (or 0x7BC92F) is known color: Lima. HEX triplet: 7B, C9 and 2F. RGB value is (123,201,47). Sum of RGB (Red+Green+Blue) = 123+201+47=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC92F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC92F is #8436D0. Grayscale: #A0A0A0. Windows color (decimal): -8664785 or 3131771. OLE color: 3131771.
HSL color Cylindrical-coordinate representation of color #7BC92F: hue angle of 90.39º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7BC92F is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 47 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.21 |
| HSL | 90.39º | 0.62% | 0.49% | - |
| HSV(B) | 90.39º | 0.77% | 0.79% | - |
| XYZ | 29.57 | 46.19 | 10.05 | - |
| YUV | 160.12 | 64.16 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 47 | 0.39 | 0 | 0.77 | 0.21 | 90.39 | 0.62 | 0.49 |
| Hex | 7B | C9 | 2F | 27 | 0 | 4D | 15 | 5A | 3E | 31 |
| Octal | 173 | 311 | 57 | 47 | 0 | 115 | 25 | 132 | 76 | 61 |
| Binary | 1111011 | 11001001 | 101111 | 100111 | 0 | 1001101 | 10101 | 1011010 | 111110 | 110001 |
Color Harmonies of #7BC92F
Complementary color
Monochromatic Colors of #7BC92F
Black with #7BC92F
Text Example
Text Example
White with #7BC92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC92F; }
p { color: rgb(123,201,47); }
H1.HeaderClassName
{
color: #7BC92F;
}
.AnyTagClassName
{
color: #7BC92F;
}
</style>
background-color css
<style>
a { background-color: #7BC92F; }
a { background-color: rgb(123,201,47); }
div.DivClassName
{
background-color: #7BC92F;
}
.BgClassName
{
background-color: #7BC92F;
}
</style>
border-color css
<style>
span { border-color: #7BC92F; }
span { border-color: rgb(123,201,47); }
td.TdClassName
{
border-color: #7BC92F;
}
.TagClassName
{
border-color: #7BC92F;
}
</style>