Shades of Lima #7CBD27
Tints of Lima #7CBD27
RGB
CMYK
RGB Variations
Color information
#7CBD27 (or 0x7CBD27) is known color: Lima. HEX triplet: 7C, BD and 27. RGB value is (124,189,39). Sum of RGB (Red+Green+Blue) = 124+189+39=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBD27 is #8342D8. Grayscale: #989898. Windows color (decimal): -8602329 or 2604412. OLE color: 2604412.
HSL color Cylindrical-coordinate representation of color #7CBD27: hue angle of 86º degrees, saturation: 0.66, 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 #7CBD27 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 39 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.26 |
| HSL | 86º | 0.66% | 0.45% | - |
| HSV(B) | 86º | 0.79% | 0.74% | - |
| XYZ | 26.88 | 40.83 | 8.38 | - |
| YUV | 152.47 | 63.97 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 39 | 0.34 | 0 | 0.79 | 0.26 | 86 | 0.66 | 0.45 |
| Hex | 7C | BD | 27 | 22 | 0 | 4F | 1A | 56 | 42 | 2D |
| Octal | 174 | 275 | 47 | 42 | 0 | 117 | 32 | 126 | 102 | 55 |
| Binary | 1111100 | 10111101 | 100111 | 100010 | 0 | 1001111 | 11010 | 1010110 | 1000010 | 101101 |
Color Harmonies of #7CBD27
Complementary color
Monochromatic Colors of #7CBD27
Black with #7CBD27
Text Example
Text Example
White with #7CBD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD27; }
p { color: rgb(124,189,39); }
H1.HeaderClassName
{
color: #7CBD27;
}
.AnyTagClassName
{
color: #7CBD27;
}
</style>
background-color css
<style>
a { background-color: #7CBD27; }
a { background-color: rgb(124,189,39); }
div.DivClassName
{
background-color: #7CBD27;
}
.BgClassName
{
background-color: #7CBD27;
}
</style>
border-color css
<style>
span { border-color: #7CBD27; }
span { border-color: rgb(124,189,39); }
td.TdClassName
{
border-color: #7CBD27;
}
.TagClassName
{
border-color: #7CBD27;
}
</style>