Shades of Lima #74C030
Tints of Lima #74C030
RGB
CMYK
RGB Variations
Color information
#74C030 (or 0x74C030) is known color: Lima. HEX triplet: 74, C0 and 30. RGB value is (116,192,48). Sum of RGB (Red+Green+Blue) = 116+192+48=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #74C030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C030 is #8B3FCF. Grayscale: #999999. Windows color (decimal): -9125840 or 3194996. OLE color: 3194996.
HSL color Cylindrical-coordinate representation of color #74C030: hue angle of 91.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74C030 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 48 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.25 |
| HSL | 91.67º | 0.6% | 0.47% | - |
| HSV(B) | 91.67º | 0.75% | 0.75% | - |
| XYZ | 26.59 | 41.63 | 9.43 | - |
| YUV | 152.86 | 68.82 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 48 | 0.40 | 0 | 0.75 | 0.25 | 91.67 | 0.6 | 0.47 |
| Hex | 74 | C0 | 30 | 28 | 0 | 4B | 19 | 5C | 3C | 2F |
| Octal | 164 | 300 | 60 | 50 | 0 | 113 | 31 | 134 | 74 | 57 |
| Binary | 1110100 | 11000000 | 110000 | 101000 | 0 | 1001011 | 11001 | 1011100 | 111100 | 101111 |
Color Harmonies of #74C030
Complementary color
Monochromatic Colors of #74C030
Black with #74C030
Text Example
Text Example
White with #74C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C030; }
p { color: rgb(116,192,48); }
H1.HeaderClassName
{
color: #74C030;
}
.AnyTagClassName
{
color: #74C030;
}
</style>
background-color css
<style>
a { background-color: #74C030; }
a { background-color: rgb(116,192,48); }
div.DivClassName
{
background-color: #74C030;
}
.BgClassName
{
background-color: #74C030;
}
</style>
border-color css
<style>
span { border-color: #74C030; }
span { border-color: rgb(116,192,48); }
td.TdClassName
{
border-color: #74C030;
}
.TagClassName
{
border-color: #74C030;
}
</style>