Shades of Lima #7CC21C
Tints of Lima #7CC21C
RGB
CMYK
RGB Variations
Color information
#7CC21C (or 0x7CC21C) is known color: Lima. HEX triplet: 7C, C2 and 1C. RGB value is (124,194,28). Sum of RGB (Red+Green+Blue) = 124+194+28=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC21C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC21C is #833DE3. Grayscale: #9A9A9A. Windows color (decimal): -8601060 or 1884796. OLE color: 1884796.
HSL color Cylindrical-coordinate representation of color #7CC21C: hue angle of 85.3º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CC21C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 28 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.24 |
| HSL | 85.3º | 0.75% | 0.44% | - |
| HSV(B) | 85.3º | 0.86% | 0.76% | - |
| XYZ | 27.81 | 42.95 | 7.92 | - |
| YUV | 154.15 | 56.81 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 28 | 0.36 | 0 | 0.86 | 0.24 | 85.3 | 0.75 | 0.44 |
| Hex | 7C | C2 | 1C | 24 | 0 | 56 | 18 | 55 | 4B | 2C |
| Octal | 174 | 302 | 34 | 44 | 0 | 126 | 30 | 125 | 113 | 54 |
| Binary | 1111100 | 11000010 | 11100 | 100100 | 0 | 1010110 | 11000 | 1010101 | 1001011 | 101100 |
Color Harmonies of #7CC21C
Complementary color
Monochromatic Colors of #7CC21C
Black with #7CC21C
Text Example
Text Example
White with #7CC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC21C; }
p { color: rgb(124,194,28); }
H1.HeaderClassName
{
color: #7CC21C;
}
.AnyTagClassName
{
color: #7CC21C;
}
</style>
background-color css
<style>
a { background-color: #7CC21C; }
a { background-color: rgb(124,194,28); }
div.DivClassName
{
background-color: #7CC21C;
}
.BgClassName
{
background-color: #7CC21C;
}
</style>
border-color css
<style>
span { border-color: #7CC21C; }
span { border-color: rgb(124,194,28); }
td.TdClassName
{
border-color: #7CC21C;
}
.TagClassName
{
border-color: #7CC21C;
}
</style>