Shades of Lima #7BC038
Tints of Lima #7BC038
RGB
CMYK
RGB Variations
Color information
#7BC038 (or 0x7BC038) is known color: Lima. HEX triplet: 7B, C0 and 38. RGB value is (123,192,56). Sum of RGB (Red+Green+Blue) = 123+192+56=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC038 is #843FC7. Grayscale: #9C9C9C. Windows color (decimal): -8667080 or 3719291. OLE color: 3719291.
HSL color Cylindrical-coordinate representation of color #7BC038: hue angle of 90.44º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BC038 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 192 | 56 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.25 |
| HSL | 90.44º | 0.55% | 0.49% | - |
| HSV(B) | 90.44º | 0.71% | 0.75% | - |
| XYZ | 27.73 | 42.2 | 10.42 | - |
| YUV | 155.87 | 71.64 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 192 | 56 | 0.36 | 0 | 0.71 | 0.25 | 90.44 | 0.55 | 0.49 |
| Hex | 7B | C0 | 38 | 24 | 0 | 47 | 19 | 5A | 37 | 31 |
| Octal | 173 | 300 | 70 | 44 | 0 | 107 | 31 | 132 | 67 | 61 |
| Binary | 1111011 | 11000000 | 111000 | 100100 | 0 | 1000111 | 11001 | 1011010 | 110111 | 110001 |
Color Harmonies of #7BC038
Complementary color
Monochromatic Colors of #7BC038
Black with #7BC038
Text Example
Text Example
White with #7BC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC038; }
p { color: rgb(123,192,56); }
H1.HeaderClassName
{
color: #7BC038;
}
.AnyTagClassName
{
color: #7BC038;
}
</style>
background-color css
<style>
a { background-color: #7BC038; }
a { background-color: rgb(123,192,56); }
div.DivClassName
{
background-color: #7BC038;
}
.BgClassName
{
background-color: #7BC038;
}
</style>
border-color css
<style>
span { border-color: #7BC038; }
span { border-color: rgb(123,192,56); }
td.TdClassName
{
border-color: #7BC038;
}
.TagClassName
{
border-color: #7BC038;
}
</style>