Shades of Lima #74C222
Tints of Lima #74C222
RGB
CMYK
RGB Variations
Color information
#74C222 (or 0x74C222) is known color: Lima. HEX triplet: 74, C2 and 22. RGB value is (116,194,34). Sum of RGB (Red+Green+Blue) = 116+194+34=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #74C222 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C222 is #8B3DDD. Grayscale: #999999. Windows color (decimal): -9125342 or 2278004. OLE color: 2278004.
HSL color Cylindrical-coordinate representation of color #74C222: hue angle of 89.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74C222 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 34 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.24 |
| HSL | 89.25º | 0.7% | 0.45% | - |
| HSV(B) | 89.25º | 0.82% | 0.76% | - |
| XYZ | 26.78 | 42.41 | 8.29 | - |
| YUV | 152.44 | 61.16 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 34 | 0.40 | 0 | 0.82 | 0.24 | 89.25 | 0.7 | 0.45 |
| Hex | 74 | C2 | 22 | 28 | 0 | 52 | 18 | 59 | 46 | 2D |
| Octal | 164 | 302 | 42 | 50 | 0 | 122 | 30 | 131 | 106 | 55 |
| Binary | 1110100 | 11000010 | 100010 | 101000 | 0 | 1010010 | 11000 | 1011001 | 1000110 | 101101 |
Color Harmonies of #74C222
Complementary color
Monochromatic Colors of #74C222
Black with #74C222
Text Example
Text Example
White with #74C222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C222; }
p { color: rgb(116,194,34); }
H1.HeaderClassName
{
color: #74C222;
}
.AnyTagClassName
{
color: #74C222;
}
</style>
background-color css
<style>
a { background-color: #74C222; }
a { background-color: rgb(116,194,34); }
div.DivClassName
{
background-color: #74C222;
}
.BgClassName
{
background-color: #74C222;
}
</style>
border-color css
<style>
span { border-color: #74C222; }
span { border-color: rgb(116,194,34); }
td.TdClassName
{
border-color: #74C222;
}
.TagClassName
{
border-color: #74C222;
}
</style>