Shades of Lima #7CC91C
Tints of Lima #7CC91C
RGB
CMYK
RGB Variations
Color information
#7CC91C (or 0x7CC91C) is known color: Lima. HEX triplet: 7C, C9 and 1C. RGB value is (124,201,28). Sum of RGB (Red+Green+Blue) = 124+201+28=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC91C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC91C is #8336E3. Grayscale: #9E9E9E. Windows color (decimal): -8599268 or 1886588. OLE color: 1886588.
HSL color Cylindrical-coordinate representation of color #7CC91C: hue angle of 86.71º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CC91C is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 28 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.21 |
| HSL | 86.71º | 0.76% | 0.45% | - |
| HSV(B) | 86.71º | 0.86% | 0.79% | - |
| XYZ | 29.41 | 46.14 | 8.45 | - |
| YUV | 158.26 | 54.49 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 28 | 0.38 | 0 | 0.86 | 0.21 | 86.71 | 0.76 | 0.45 |
| Hex | 7C | C9 | 1C | 26 | 0 | 56 | 15 | 57 | 4C | 2D |
| Octal | 174 | 311 | 34 | 46 | 0 | 126 | 25 | 127 | 114 | 55 |
| Binary | 1111100 | 11001001 | 11100 | 100110 | 0 | 1010110 | 10101 | 1010111 | 1001100 | 101101 |
Color Harmonies of #7CC91C
Complementary color
Monochromatic Colors of #7CC91C
Black with #7CC91C
Text Example
Text Example
White with #7CC91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC91C; }
p { color: rgb(124,201,28); }
H1.HeaderClassName
{
color: #7CC91C;
}
.AnyTagClassName
{
color: #7CC91C;
}
</style>
background-color css
<style>
a { background-color: #7CC91C; }
a { background-color: rgb(124,201,28); }
div.DivClassName
{
background-color: #7CC91C;
}
.BgClassName
{
background-color: #7CC91C;
}
</style>
border-color css
<style>
span { border-color: #7CC91C; }
span { border-color: rgb(124,201,28); }
td.TdClassName
{
border-color: #7CC91C;
}
.TagClassName
{
border-color: #7CC91C;
}
</style>