Shades of Lima #7CC227
Tints of Lima #7CC227
RGB
CMYK
RGB Variations
Color information
#7CC227 (or 0x7CC227) is known color: Lima. HEX triplet: 7C, C2 and 27. RGB value is (124,194,39). Sum of RGB (Red+Green+Blue) = 124+194+39=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC227 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC227 is #833DD8. Grayscale: #9B9B9B. Windows color (decimal): -8601049 or 2605692. OLE color: 2605692.
HSL color Cylindrical-coordinate representation of color #7CC227: hue angle of 87.1º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CC227 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 39 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.24 |
| HSL | 87.1º | 0.67% | 0.46% | - |
| HSV(B) | 87.1º | 0.8% | 0.76% | - |
| XYZ | 27.97 | 43.02 | 8.75 | - |
| YUV | 155.4 | 62.31 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 39 | 0.36 | 0 | 0.80 | 0.24 | 87.1 | 0.67 | 0.46 |
| Hex | 7C | C2 | 27 | 24 | 0 | 50 | 18 | 57 | 43 | 2E |
| Octal | 174 | 302 | 47 | 44 | 0 | 120 | 30 | 127 | 103 | 56 |
| Binary | 1111100 | 11000010 | 100111 | 100100 | 0 | 1010000 | 11000 | 1010111 | 1000011 | 101110 |
Color Harmonies of #7CC227
Complementary color
Monochromatic Colors of #7CC227
Black with #7CC227
Text Example
Text Example
White with #7CC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC227; }
p { color: rgb(124,194,39); }
H1.HeaderClassName
{
color: #7CC227;
}
.AnyTagClassName
{
color: #7CC227;
}
</style>
background-color css
<style>
a { background-color: #7CC227; }
a { background-color: rgb(124,194,39); }
div.DivClassName
{
background-color: #7CC227;
}
.BgClassName
{
background-color: #7CC227;
}
</style>
border-color css
<style>
span { border-color: #7CC227; }
span { border-color: rgb(124,194,39); }
td.TdClassName
{
border-color: #7CC227;
}
.TagClassName
{
border-color: #7CC227;
}
</style>