Shades of Lima #74C12D
Tints of Lima #74C12D
RGB
CMYK
RGB Variations
Color information
#74C12D (or 0x74C12D) is known color: Lima. HEX triplet: 74, C1 and 2D. RGB value is (116,193,45). Sum of RGB (Red+Green+Blue) = 116+193+45=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #74C12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C12D is #8B3ED2. Grayscale: #999999. Windows color (decimal): -9125587 or 2998644. OLE color: 2998644.
HSL color Cylindrical-coordinate representation of color #74C12D: hue angle of 91.22º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74C12D is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 45 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.24 |
| HSL | 91.22º | 0.62% | 0.47% | - |
| HSV(B) | 91.22º | 0.77% | 0.76% | - |
| XYZ | 26.75 | 42.04 | 9.19 | - |
| YUV | 153.11 | 66.99 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 45 | 0.40 | 0 | 0.77 | 0.24 | 91.22 | 0.62 | 0.47 |
| Hex | 74 | C1 | 2D | 28 | 0 | 4D | 18 | 5B | 3E | 2F |
| Octal | 164 | 301 | 55 | 50 | 0 | 115 | 30 | 133 | 76 | 57 |
| Binary | 1110100 | 11000001 | 101101 | 101000 | 0 | 1001101 | 11000 | 1011011 | 111110 | 101111 |
Color Harmonies of #74C12D
Complementary color
Monochromatic Colors of #74C12D
Black with #74C12D
Text Example
Text Example
White with #74C12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C12D; }
p { color: rgb(116,193,45); }
H1.HeaderClassName
{
color: #74C12D;
}
.AnyTagClassName
{
color: #74C12D;
}
</style>
background-color css
<style>
a { background-color: #74C12D; }
a { background-color: rgb(116,193,45); }
div.DivClassName
{
background-color: #74C12D;
}
.BgClassName
{
background-color: #74C12D;
}
</style>
border-color css
<style>
span { border-color: #74C12D; }
span { border-color: rgb(116,193,45); }
td.TdClassName
{
border-color: #74C12D;
}
.TagClassName
{
border-color: #74C12D;
}
</style>