Shades of Lima #7BBD28
Tints of Lima #7BBD28
RGB
CMYK
RGB Variations
Color information
#7BBD28 (or 0x7BBD28) is known color: Lima. HEX triplet: 7B, BD and 28. RGB value is (123,189,40). Sum of RGB (Red+Green+Blue) = 123+189+40=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBD28 is #8442D7. Grayscale: #989898. Windows color (decimal): -8667864 or 2669947. OLE color: 2669947.
HSL color Cylindrical-coordinate representation of color #7BBD28: hue angle of 86.58º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7BBD28 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 40 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.26 |
| HSL | 86.58º | 0.65% | 0.45% | - |
| HSV(B) | 86.58º | 0.79% | 0.74% | - |
| XYZ | 26.75 | 40.76 | 8.47 | - |
| YUV | 152.28 | 64.63 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 40 | 0.35 | 0 | 0.79 | 0.26 | 86.58 | 0.65 | 0.45 |
| Hex | 7B | BD | 28 | 23 | 0 | 4F | 1A | 57 | 41 | 2D |
| Octal | 173 | 275 | 50 | 43 | 0 | 117 | 32 | 127 | 101 | 55 |
| Binary | 1111011 | 10111101 | 101000 | 100011 | 0 | 1001111 | 11010 | 1010111 | 1000001 | 101101 |
Color Harmonies of #7BBD28
Complementary color
Monochromatic Colors of #7BBD28
Black with #7BBD28
Text Example
Text Example
White with #7BBD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBD28; }
p { color: rgb(123,189,40); }
H1.HeaderClassName
{
color: #7BBD28;
}
.AnyTagClassName
{
color: #7BBD28;
}
</style>
background-color css
<style>
a { background-color: #7BBD28; }
a { background-color: rgb(123,189,40); }
div.DivClassName
{
background-color: #7BBD28;
}
.BgClassName
{
background-color: #7BBD28;
}
</style>
border-color css
<style>
span { border-color: #7BBD28; }
span { border-color: rgb(123,189,40); }
td.TdClassName
{
border-color: #7BBD28;
}
.TagClassName
{
border-color: #7BBD28;
}
</style>