Shades of Lima #7BBE27
Tints of Lima #7BBE27
RGB
CMYK
RGB Variations
Color information
#7BBE27 (or 0x7BBE27) is known color: Lima. HEX triplet: 7B, BE and 27. RGB value is (123,190,39). Sum of RGB (Red+Green+Blue) = 123+190+39=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBE27 is #8441D8. Grayscale: #999999. Windows color (decimal): -8667609 or 2604667. OLE color: 2604667.
HSL color Cylindrical-coordinate representation of color #7BBE27: hue angle of 86.62º 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 #7BBE27 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 39 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.25 |
| HSL | 86.62º | 0.66% | 0.45% | - |
| HSV(B) | 86.62º | 0.79% | 0.75% | - |
| XYZ | 26.95 | 41.18 | 8.45 | - |
| YUV | 152.75 | 63.8 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 39 | 0.35 | 0 | 0.79 | 0.25 | 86.62 | 0.66 | 0.45 |
| Hex | 7B | BE | 27 | 23 | 0 | 4F | 19 | 57 | 42 | 2D |
| Octal | 173 | 276 | 47 | 43 | 0 | 117 | 31 | 127 | 102 | 55 |
| Binary | 1111011 | 10111110 | 100111 | 100011 | 0 | 1001111 | 11001 | 1010111 | 1000010 | 101101 |
Color Harmonies of #7BBE27
Complementary color
Monochromatic Colors of #7BBE27
Black with #7BBE27
Text Example
Text Example
White with #7BBE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE27; }
p { color: rgb(123,190,39); }
H1.HeaderClassName
{
color: #7BBE27;
}
.AnyTagClassName
{
color: #7BBE27;
}
</style>
background-color css
<style>
a { background-color: #7BBE27; }
a { background-color: rgb(123,190,39); }
div.DivClassName
{
background-color: #7BBE27;
}
.BgClassName
{
background-color: #7BBE27;
}
</style>
border-color css
<style>
span { border-color: #7BBE27; }
span { border-color: rgb(123,190,39); }
td.TdClassName
{
border-color: #7BBE27;
}
.TagClassName
{
border-color: #7BBE27;
}
</style>