Shades of Lima #74C022
Tints of Lima #74C022
RGB
CMYK
RGB Variations
Color information
#74C022 (or 0x74C022) is known color: Lima. HEX triplet: 74, C0 and 22. RGB value is (116,192,34). Sum of RGB (Red+Green+Blue) = 116+192+34=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #74C022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C022 is #8B3FDD. Grayscale: #979797. Windows color (decimal): -9125854 or 2277492. OLE color: 2277492.
HSL color Cylindrical-coordinate representation of color #74C022: hue angle of 88.86º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74C022 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 34 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.25 |
| HSL | 88.86º | 0.7% | 0.44% | - |
| HSV(B) | 88.86º | 0.82% | 0.75% | - |
| XYZ | 26.34 | 41.53 | 8.14 | - |
| YUV | 151.26 | 61.82 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 34 | 0.40 | 0 | 0.82 | 0.25 | 88.86 | 0.7 | 0.44 |
| Hex | 74 | C0 | 22 | 28 | 0 | 52 | 19 | 59 | 46 | 2C |
| Octal | 164 | 300 | 42 | 50 | 0 | 122 | 31 | 131 | 106 | 54 |
| Binary | 1110100 | 11000000 | 100010 | 101000 | 0 | 1010010 | 11001 | 1011001 | 1000110 | 101100 |
Color Harmonies of #74C022
Complementary color
Monochromatic Colors of #74C022
Black with #74C022
Text Example
Text Example
White with #74C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C022; }
p { color: rgb(116,192,34); }
H1.HeaderClassName
{
color: #74C022;
}
.AnyTagClassName
{
color: #74C022;
}
</style>
background-color css
<style>
a { background-color: #74C022; }
a { background-color: rgb(116,192,34); }
div.DivClassName
{
background-color: #74C022;
}
.BgClassName
{
background-color: #74C022;
}
</style>
border-color css
<style>
span { border-color: #74C022; }
span { border-color: rgb(116,192,34); }
td.TdClassName
{
border-color: #74C022;
}
.TagClassName
{
border-color: #74C022;
}
</style>