Shades of Lima #74C020
Tints of Lima #74C020
RGB
CMYK
RGB Variations
Color information
#74C020 (or 0x74C020) is known color: Lima. HEX triplet: 74, C0 and 20. RGB value is (116,192,32). Sum of RGB (Red+Green+Blue) = 116+192+32=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #74C020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C020 is #8B3FDF. Grayscale: #979797. Windows color (decimal): -9125856 or 2146420. OLE color: 2146420.
HSL color Cylindrical-coordinate representation of color #74C020: hue angle of 88.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74C020 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 32 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.25 |
| HSL | 88.5º | 0.71% | 0.44% | - |
| HSV(B) | 88.5º | 0.83% | 0.75% | - |
| XYZ | 26.31 | 41.52 | 7.99 | - |
| YUV | 151.04 | 60.82 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 32 | 0.40 | 0 | 0.83 | 0.25 | 88.5 | 0.71 | 0.44 |
| Hex | 74 | C0 | 20 | 28 | 0 | 53 | 19 | 58 | 47 | 2C |
| Octal | 164 | 300 | 40 | 50 | 0 | 123 | 31 | 130 | 107 | 54 |
| Binary | 1110100 | 11000000 | 100000 | 101000 | 0 | 1010011 | 11001 | 1011000 | 1000111 | 101100 |
Color Harmonies of #74C020
Complementary color
Monochromatic Colors of #74C020
Black with #74C020
Text Example
Text Example
White with #74C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C020; }
p { color: rgb(116,192,32); }
H1.HeaderClassName
{
color: #74C020;
}
.AnyTagClassName
{
color: #74C020;
}
</style>
background-color css
<style>
a { background-color: #74C020; }
a { background-color: rgb(116,192,32); }
div.DivClassName
{
background-color: #74C020;
}
.BgClassName
{
background-color: #74C020;
}
</style>
border-color css
<style>
span { border-color: #74C020; }
span { border-color: rgb(116,192,32); }
td.TdClassName
{
border-color: #74C020;
}
.TagClassName
{
border-color: #74C020;
}
</style>