Shades of Lima #7CC226
Tints of Lima #7CC226
RGB
CMYK
RGB Variations
Color information
#7CC226 (or 0x7CC226) is known color: Lima. HEX triplet: 7C, C2 and 26. RGB value is (124,194,38). Sum of RGB (Red+Green+Blue) = 124+194+38=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC226 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC226 is #833DD9. Grayscale: #9B9B9B. Windows color (decimal): -8601050 or 2540156. OLE color: 2540156.
HSL color Cylindrical-coordinate representation of color #7CC226: hue angle of 86.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CC226 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 38 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.24 |
| HSL | 86.92º | 0.67% | 0.45% | - |
| HSV(B) | 86.92º | 0.8% | 0.76% | - |
| XYZ | 27.95 | 43.01 | 8.66 | - |
| YUV | 155.29 | 61.81 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 38 | 0.36 | 0 | 0.80 | 0.24 | 86.92 | 0.67 | 0.45 |
| Hex | 7C | C2 | 26 | 24 | 0 | 50 | 18 | 57 | 43 | 2D |
| Octal | 174 | 302 | 46 | 44 | 0 | 120 | 30 | 127 | 103 | 55 |
| Binary | 1111100 | 11000010 | 100110 | 100100 | 0 | 1010000 | 11000 | 1010111 | 1000011 | 101101 |
Color Harmonies of #7CC226
Complementary color
Monochromatic Colors of #7CC226
Black with #7CC226
Text Example
Text Example
White with #7CC226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC226; }
p { color: rgb(124,194,38); }
H1.HeaderClassName
{
color: #7CC226;
}
.AnyTagClassName
{
color: #7CC226;
}
</style>
background-color css
<style>
a { background-color: #7CC226; }
a { background-color: rgb(124,194,38); }
div.DivClassName
{
background-color: #7CC226;
}
.BgClassName
{
background-color: #7CC226;
}
</style>
border-color css
<style>
span { border-color: #7CC226; }
span { border-color: rgb(124,194,38); }
td.TdClassName
{
border-color: #7CC226;
}
.TagClassName
{
border-color: #7CC226;
}
</style>