Shades of Lima #74C330
Tints of Lima #74C330
RGB
CMYK
RGB Variations
Color information
#74C330 (or 0x74C330) is known color: Lima. HEX triplet: 74, C3 and 30. RGB value is (116,195,48). Sum of RGB (Red+Green+Blue) = 116+195+48=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 195 (76.56% from 255 or 54.32% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 195 - color contains mainly: green. Hex color #74C330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C330 is #8B3CCF. Grayscale: #9B9B9B. Windows color (decimal): -9125072 or 3195764. OLE color: 3195764.
HSL color Cylindrical-coordinate representation of color #74C330: hue angle of 92.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74C330 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 48 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.24 |
| HSL | 92.24º | 0.6% | 0.48% | - |
| HSV(B) | 92.24º | 0.75% | 0.76% | - |
| XYZ | 27.25 | 42.96 | 9.65 | - |
| YUV | 154.62 | 67.83 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 48 | 0.41 | 0 | 0.75 | 0.24 | 92.24 | 0.6 | 0.48 |
| Hex | 74 | C3 | 30 | 29 | 0 | 4B | 18 | 5C | 3C | 30 |
| Octal | 164 | 303 | 60 | 51 | 0 | 113 | 30 | 134 | 74 | 60 |
| Binary | 1110100 | 11000011 | 110000 | 101001 | 0 | 1001011 | 11000 | 1011100 | 111100 | 110000 |
Color Harmonies of #74C330
Complementary color
Monochromatic Colors of #74C330
Black with #74C330
Text Example
Text Example
White with #74C330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C330; }
p { color: rgb(116,195,48); }
H1.HeaderClassName
{
color: #74C330;
}
.AnyTagClassName
{
color: #74C330;
}
</style>
background-color css
<style>
a { background-color: #74C330; }
a { background-color: rgb(116,195,48); }
div.DivClassName
{
background-color: #74C330;
}
.BgClassName
{
background-color: #74C330;
}
</style>
border-color css
<style>
span { border-color: #74C330; }
span { border-color: rgb(116,195,48); }
td.TdClassName
{
border-color: #74C330;
}
.TagClassName
{
border-color: #74C330;
}
</style>