Shades of Lima #74C126
Tints of Lima #74C126
RGB
CMYK
RGB Variations
Color information
#74C126 (or 0x74C126) is known color: Lima. HEX triplet: 74, C1 and 26. RGB value is (116,193,38). Sum of RGB (Red+Green+Blue) = 116+193+38=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #74C126 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C126 is #8B3ED9. Grayscale: #989898. Windows color (decimal): -9125594 or 2539892. OLE color: 2539892.
HSL color Cylindrical-coordinate representation of color #74C126: hue angle of 89.81º 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 #74C126 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 38 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.24 |
| HSL | 89.81º | 0.67% | 0.45% | - |
| HSV(B) | 89.81º | 0.8% | 0.76% | - |
| XYZ | 26.62 | 41.99 | 8.54 | - |
| YUV | 152.31 | 63.49 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 38 | 0.40 | 0 | 0.80 | 0.24 | 89.81 | 0.67 | 0.45 |
| Hex | 74 | C1 | 26 | 28 | 0 | 50 | 18 | 5A | 43 | 2D |
| Octal | 164 | 301 | 46 | 50 | 0 | 120 | 30 | 132 | 103 | 55 |
| Binary | 1110100 | 11000001 | 100110 | 101000 | 0 | 1010000 | 11000 | 1011010 | 1000011 | 101101 |
Color Harmonies of #74C126
Complementary color
Monochromatic Colors of #74C126
Black with #74C126
Text Example
Text Example
White with #74C126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C126; }
p { color: rgb(116,193,38); }
H1.HeaderClassName
{
color: #74C126;
}
.AnyTagClassName
{
color: #74C126;
}
</style>
background-color css
<style>
a { background-color: #74C126; }
a { background-color: rgb(116,193,38); }
div.DivClassName
{
background-color: #74C126;
}
.BgClassName
{
background-color: #74C126;
}
</style>
border-color css
<style>
span { border-color: #74C126; }
span { border-color: rgb(116,193,38); }
td.TdClassName
{
border-color: #74C126;
}
.TagClassName
{
border-color: #74C126;
}
</style>