Shades of Lima #74C224
Tints of Lima #74C224
RGB
CMYK
RGB Variations
Color information
#74C224 (or 0x74C224) is known color: Lima. HEX triplet: 74, C2 and 24. RGB value is (116,194,36). Sum of RGB (Red+Green+Blue) = 116+194+36=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #74C224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C224 is #8B3DDB. Grayscale: #999999. Windows color (decimal): -9125340 or 2409076. OLE color: 2409076.
HSL color Cylindrical-coordinate representation of color #74C224: hue angle of 89.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74C224 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 36 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.24 |
| HSL | 89.62º | 0.69% | 0.45% | - |
| HSV(B) | 89.62º | 0.81% | 0.76% | - |
| XYZ | 26.81 | 42.42 | 8.44 | - |
| YUV | 152.67 | 62.16 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 36 | 0.40 | 0 | 0.81 | 0.24 | 89.62 | 0.69 | 0.45 |
| Hex | 74 | C2 | 24 | 28 | 0 | 51 | 18 | 5A | 45 | 2D |
| Octal | 164 | 302 | 44 | 50 | 0 | 121 | 30 | 132 | 105 | 55 |
| Binary | 1110100 | 11000010 | 100100 | 101000 | 0 | 1010001 | 11000 | 1011010 | 1000101 | 101101 |
Color Harmonies of #74C224
Complementary color
Monochromatic Colors of #74C224
Black with #74C224
Text Example
Text Example
White with #74C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C224; }
p { color: rgb(116,194,36); }
H1.HeaderClassName
{
color: #74C224;
}
.AnyTagClassName
{
color: #74C224;
}
</style>
background-color css
<style>
a { background-color: #74C224; }
a { background-color: rgb(116,194,36); }
div.DivClassName
{
background-color: #74C224;
}
.BgClassName
{
background-color: #74C224;
}
</style>
border-color css
<style>
span { border-color: #74C224; }
span { border-color: rgb(116,194,36); }
td.TdClassName
{
border-color: #74C224;
}
.TagClassName
{
border-color: #74C224;
}
</style>