Shades of Lima #7FBC24
Tints of Lima #7FBC24
RGB
CMYK
RGB Variations
Color information
#7FBC24 (or 0x7FBC24) is known color: Lima. HEX triplet: 7F, BC and 24. RGB value is (127,188,36). Sum of RGB (Red+Green+Blue) = 127+188+36=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC24 is #8043DB. Grayscale: #989898. Windows color (decimal): -8405980 or 2407551. OLE color: 2407551.
HSL color Cylindrical-coordinate representation of color #7FBC24: hue angle of 84.08º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FBC24 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 36 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.26 |
| HSL | 84.08º | 0.68% | 0.44% | - |
| HSV(B) | 84.08º | 0.81% | 0.74% | - |
| XYZ | 27.05 | 40.61 | 8.08 | - |
| YUV | 152.43 | 62.29 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 36 | 0.32 | 0 | 0.81 | 0.26 | 84.08 | 0.68 | 0.44 |
| Hex | 7F | BC | 24 | 20 | 0 | 51 | 1A | 54 | 44 | 2C |
| Octal | 177 | 274 | 44 | 40 | 0 | 121 | 32 | 124 | 104 | 54 |
| Binary | 1111111 | 10111100 | 100100 | 100000 | 0 | 1010001 | 11010 | 1010100 | 1000100 | 101100 |
Color Harmonies of #7FBC24
Complementary color
Monochromatic Colors of #7FBC24
Black with #7FBC24
Text Example
Text Example
White with #7FBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC24; }
p { color: rgb(127,188,36); }
H1.HeaderClassName
{
color: #7FBC24;
}
.AnyTagClassName
{
color: #7FBC24;
}
</style>
background-color css
<style>
a { background-color: #7FBC24; }
a { background-color: rgb(127,188,36); }
div.DivClassName
{
background-color: #7FBC24;
}
.BgClassName
{
background-color: #7FBC24;
}
</style>
border-color css
<style>
span { border-color: #7FBC24; }
span { border-color: rgb(127,188,36); }
td.TdClassName
{
border-color: #7FBC24;
}
.TagClassName
{
border-color: #7FBC24;
}
</style>