Shades of Lima #74C22C
Tints of Lima #74C22C
RGB
CMYK
RGB Variations
Color information
#74C22C (or 0x74C22C) is known color: Lima. HEX triplet: 74, C2 and 2C. RGB value is (116,194,44). Sum of RGB (Red+Green+Blue) = 116+194+44=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #74C22C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C22C is #8B3DD3. Grayscale: #9A9A9A. Windows color (decimal): -9125332 or 2933364. OLE color: 2933364.
HSL color Cylindrical-coordinate representation of color #74C22C: hue angle of 91.2º degrees, saturation: 0.63, 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 #74C22C is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 44 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.24 |
| HSL | 91.2º | 0.63% | 0.47% | - |
| HSV(B) | 91.2º | 0.77% | 0.76% | - |
| XYZ | 26.95 | 42.48 | 9.16 | - |
| YUV | 153.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 44 | 0.40 | 0 | 0.77 | 0.24 | 91.2 | 0.63 | 0.47 |
| Hex | 74 | C2 | 2C | 28 | 0 | 4D | 18 | 5B | 3F | 2F |
| Octal | 164 | 302 | 54 | 50 | 0 | 115 | 30 | 133 | 77 | 57 |
| Binary | 1110100 | 11000010 | 101100 | 101000 | 0 | 1001101 | 11000 | 1011011 | 111111 | 101111 |
Color Harmonies of #74C22C
Complementary color
Monochromatic Colors of #74C22C
Black with #74C22C
Text Example
Text Example
White with #74C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C22C; }
p { color: rgb(116,194,44); }
H1.HeaderClassName
{
color: #74C22C;
}
.AnyTagClassName
{
color: #74C22C;
}
</style>
background-color css
<style>
a { background-color: #74C22C; }
a { background-color: rgb(116,194,44); }
div.DivClassName
{
background-color: #74C22C;
}
.BgClassName
{
background-color: #74C22C;
}
</style>
border-color css
<style>
span { border-color: #74C22C; }
span { border-color: rgb(116,194,44); }
td.TdClassName
{
border-color: #74C22C;
}
.TagClassName
{
border-color: #74C22C;
}
</style>