Shades of Lima #7BBE30
Tints of Lima #7BBE30
RGB
CMYK
RGB Variations
Color information
#7BBE30 (or 0x7BBE30) is known color: Lima. HEX triplet: 7B, BE and 30. RGB value is (123,190,48). Sum of RGB (Red+Green+Blue) = 123+190+48=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBE30 is #8441CF. Grayscale: #9A9A9A. Windows color (decimal): -8667600 or 3194491. OLE color: 3194491.
HSL color Cylindrical-coordinate representation of color #7BBE30: hue angle of 88.31º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7BBE30 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 48 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.25 |
| HSL | 88.31º | 0.6% | 0.47% | - |
| HSV(B) | 88.31º | 0.75% | 0.75% | - |
| XYZ | 27.12 | 41.25 | 9.33 | - |
| YUV | 153.78 | 68.3 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 48 | 0.35 | 0 | 0.75 | 0.25 | 88.31 | 0.6 | 0.47 |
| Hex | 7B | BE | 30 | 23 | 0 | 4B | 19 | 58 | 3C | 2F |
| Octal | 173 | 276 | 60 | 43 | 0 | 113 | 31 | 130 | 74 | 57 |
| Binary | 1111011 | 10111110 | 110000 | 100011 | 0 | 1001011 | 11001 | 1011000 | 111100 | 101111 |
Color Harmonies of #7BBE30
Complementary color
Monochromatic Colors of #7BBE30
Black with #7BBE30
Text Example
Text Example
White with #7BBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE30; }
p { color: rgb(123,190,48); }
H1.HeaderClassName
{
color: #7BBE30;
}
.AnyTagClassName
{
color: #7BBE30;
}
</style>
background-color css
<style>
a { background-color: #7BBE30; }
a { background-color: rgb(123,190,48); }
div.DivClassName
{
background-color: #7BBE30;
}
.BgClassName
{
background-color: #7BBE30;
}
</style>
border-color css
<style>
span { border-color: #7BBE30; }
span { border-color: rgb(123,190,48); }
td.TdClassName
{
border-color: #7BBE30;
}
.TagClassName
{
border-color: #7BBE30;
}
</style>