Shades of Lima #7CBF17
Tints of Lima #7CBF17
RGB
CMYK
RGB Variations
Color information
#7CBF17 (or 0x7CBF17) is known color: Lima. HEX triplet: 7C, BF and 17. RGB value is (124,191,23). Sum of RGB (Red+Green+Blue) = 124+191+23=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBF17 is #8340E8. Grayscale: #989898. Windows color (decimal): -8601833 or 1556348. OLE color: 1556348.
HSL color Cylindrical-coordinate representation of color #7CBF17: hue angle of 83.93º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7CBF17 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 23 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.25 |
| HSL | 83.93º | 0.79% | 0.42% | - |
| HSV(B) | 83.93º | 0.88% | 0.75% | - |
| XYZ | 27.1 | 41.61 | 7.41 | - |
| YUV | 151.82 | 55.3 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 23 | 0.35 | 0 | 0.88 | 0.25 | 83.93 | 0.79 | 0.42 |
| Hex | 7C | BF | 17 | 23 | 0 | 58 | 19 | 54 | 4F | 2A |
| Octal | 174 | 277 | 27 | 43 | 0 | 130 | 31 | 124 | 117 | 52 |
| Binary | 1111100 | 10111111 | 10111 | 100011 | 0 | 1011000 | 11001 | 1010100 | 1001111 | 101010 |
Color Harmonies of #7CBF17
Complementary color
Monochromatic Colors of #7CBF17
Black with #7CBF17
Text Example
Text Example
White with #7CBF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF17; }
p { color: rgb(124,191,23); }
H1.HeaderClassName
{
color: #7CBF17;
}
.AnyTagClassName
{
color: #7CBF17;
}
</style>
background-color css
<style>
a { background-color: #7CBF17; }
a { background-color: rgb(124,191,23); }
div.DivClassName
{
background-color: #7CBF17;
}
.BgClassName
{
background-color: #7CBF17;
}
</style>
border-color css
<style>
span { border-color: #7CBF17; }
span { border-color: rgb(124,191,23); }
td.TdClassName
{
border-color: #7CBF17;
}
.TagClassName
{
border-color: #7CBF17;
}
</style>