Shades of Lima #7BC028
Tints of Lima #7BC028
RGB
CMYK
RGB Variations
Color information
#7BC028 (or 0x7BC028) is known color: Lima. HEX triplet: 7B, C0 and 28. RGB value is (123,192,40). Sum of RGB (Red+Green+Blue) = 123+192+40=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC028 is #843FD7. Grayscale: #9A9A9A. Windows color (decimal): -8667096 or 2670715. OLE color: 2670715.
HSL color Cylindrical-coordinate representation of color #7BC028: hue angle of 87.24º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7BC028 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 192 | 40 | - |
| CMYK | 0.36 | 0 | 0.79 | 0.25 |
| HSL | 87.24º | 0.66% | 0.45% | - |
| HSV(B) | 87.24º | 0.79% | 0.75% | - |
| XYZ | 27.4 | 42.06 | 8.68 | - |
| YUV | 154.04 | 63.64 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 192 | 40 | 0.36 | 0 | 0.79 | 0.25 | 87.24 | 0.66 | 0.45 |
| Hex | 7B | C0 | 28 | 24 | 0 | 4F | 19 | 57 | 42 | 2D |
| Octal | 173 | 300 | 50 | 44 | 0 | 117 | 31 | 127 | 102 | 55 |
| Binary | 1111011 | 11000000 | 101000 | 100100 | 0 | 1001111 | 11001 | 1010111 | 1000010 | 101101 |
Color Harmonies of #7BC028
Complementary color
Monochromatic Colors of #7BC028
Black with #7BC028
Text Example
Text Example
White with #7BC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC028; }
p { color: rgb(123,192,40); }
H1.HeaderClassName
{
color: #7BC028;
}
.AnyTagClassName
{
color: #7BC028;
}
</style>
background-color css
<style>
a { background-color: #7BC028; }
a { background-color: rgb(123,192,40); }
div.DivClassName
{
background-color: #7BC028;
}
.BgClassName
{
background-color: #7BC028;
}
</style>
border-color css
<style>
span { border-color: #7BC028; }
span { border-color: rgb(123,192,40); }
td.TdClassName
{
border-color: #7BC028;
}
.TagClassName
{
border-color: #7BC028;
}
</style>