Shades of Lima #7BAE27
Tints of Lima #7BAE27
RGB
CMYK
RGB Variations
Color information
#7BAE27 (or 0x7BAE27) is known color: Lima. HEX triplet: 7B, AE and 27. RGB value is (123,174,39). Sum of RGB (Red+Green+Blue) = 123+174+39=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAE27 is #8451D8. Grayscale: #8F8F8F. Windows color (decimal): -8671705 or 2600571. OLE color: 2600571.
HSL color Cylindrical-coordinate representation of color #7BAE27: hue angle of 82.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7BAE27 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 39 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.32 |
| HSL | 82.67º | 0.63% | 0.42% | - |
| HSV(B) | 82.67º | 0.78% | 0.68% | - |
| XYZ | 23.67 | 34.63 | 7.36 | - |
| YUV | 143.36 | 69.1 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 39 | 0.29 | 0 | 0.78 | 0.32 | 82.67 | 0.63 | 0.42 |
| Hex | 7B | AE | 27 | 1D | 0 | 4E | 20 | 53 | 3F | 2A |
| Octal | 173 | 256 | 47 | 35 | 0 | 116 | 40 | 123 | 77 | 52 |
| Binary | 1111011 | 10101110 | 100111 | 11101 | 0 | 1001110 | 100000 | 1010011 | 111111 | 101010 |
Color Harmonies of #7BAE27
Complementary color
Monochromatic Colors of #7BAE27
Black with #7BAE27
Text Example
Text Example
White with #7BAE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE27; }
p { color: rgb(123,174,39); }
H1.HeaderClassName
{
color: #7BAE27;
}
.AnyTagClassName
{
color: #7BAE27;
}
</style>
background-color css
<style>
a { background-color: #7BAE27; }
a { background-color: rgb(123,174,39); }
div.DivClassName
{
background-color: #7BAE27;
}
.BgClassName
{
background-color: #7BAE27;
}
</style>
border-color css
<style>
span { border-color: #7BAE27; }
span { border-color: rgb(123,174,39); }
td.TdClassName
{
border-color: #7BAE27;
}
.TagClassName
{
border-color: #7BAE27;
}
</style>