Shades of Lima #7FBC27
Tints of Lima #7FBC27
RGB
CMYK
RGB Variations
Color information
#7FBC27 (or 0x7FBC27) is known color: Lima. HEX triplet: 7F, BC and 27. RGB value is (127,188,39). Sum of RGB (Red+Green+Blue) = 127+188+39=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC27 is #8043D8. Grayscale: #999999. Windows color (decimal): -8405977 or 2604159. OLE color: 2604159.
HSL color Cylindrical-coordinate representation of color #7FBC27: hue angle of 84.56º 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 #7FBC27 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 39 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.26 |
| HSL | 84.56º | 0.66% | 0.45% | - |
| HSV(B) | 84.56º | 0.79% | 0.74% | - |
| XYZ | 27.1 | 40.62 | 8.33 | - |
| YUV | 152.78 | 63.79 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 39 | 0.32 | 0 | 0.79 | 0.26 | 84.56 | 0.66 | 0.45 |
| Hex | 7F | BC | 27 | 20 | 0 | 4F | 1A | 55 | 42 | 2D |
| Octal | 177 | 274 | 47 | 40 | 0 | 117 | 32 | 125 | 102 | 55 |
| Binary | 1111111 | 10111100 | 100111 | 100000 | 0 | 1001111 | 11010 | 1010101 | 1000010 | 101101 |
Color Harmonies of #7FBC27
Complementary color
Monochromatic Colors of #7FBC27
Black with #7FBC27
Text Example
Text Example
White with #7FBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC27; }
p { color: rgb(127,188,39); }
H1.HeaderClassName
{
color: #7FBC27;
}
.AnyTagClassName
{
color: #7FBC27;
}
</style>
background-color css
<style>
a { background-color: #7FBC27; }
a { background-color: rgb(127,188,39); }
div.DivClassName
{
background-color: #7FBC27;
}
.BgClassName
{
background-color: #7FBC27;
}
</style>
border-color css
<style>
span { border-color: #7FBC27; }
span { border-color: rgb(127,188,39); }
td.TdClassName
{
border-color: #7FBC27;
}
.TagClassName
{
border-color: #7FBC27;
}
</style>