Shades of Lima #74C630
Tints of Lima #74C630
RGB
CMYK
RGB Variations
Color information
#74C630 (or 0x74C630) is known color: Lima. HEX triplet: 74, C6 and 30. RGB value is (116,198,48). Sum of RGB (Red+Green+Blue) = 116+198+48=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 198 (77.73% from 255 or 54.70% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 198 - color contains mainly: green. Hex color #74C630 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C630 is #8B39CF. Grayscale: #9C9C9C. Windows color (decimal): -9124304 or 3196532. OLE color: 3196532.
HSL color Cylindrical-coordinate representation of color #74C630: hue angle of 92.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74C630 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 198 | 48 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.22 |
| HSL | 92.8º | 0.61% | 0.48% | - |
| HSV(B) | 92.8º | 0.76% | 0.78% | - |
| XYZ | 27.93 | 44.31 | 9.88 | - |
| YUV | 156.38 | 66.83 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 198 | 48 | 0.41 | 0 | 0.76 | 0.22 | 92.8 | 0.61 | 0.48 |
| Hex | 74 | C6 | 30 | 29 | 0 | 4C | 16 | 5D | 3D | 30 |
| Octal | 164 | 306 | 60 | 51 | 0 | 114 | 26 | 135 | 75 | 60 |
| Binary | 1110100 | 11000110 | 110000 | 101001 | 0 | 1001100 | 10110 | 1011101 | 111101 | 110000 |
Color Harmonies of #74C630
Complementary color
Monochromatic Colors of #74C630
Black with #74C630
Text Example
Text Example
White with #74C630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C630; }
p { color: rgb(116,198,48); }
H1.HeaderClassName
{
color: #74C630;
}
.AnyTagClassName
{
color: #74C630;
}
</style>
background-color css
<style>
a { background-color: #74C630; }
a { background-color: rgb(116,198,48); }
div.DivClassName
{
background-color: #74C630;
}
.BgClassName
{
background-color: #74C630;
}
</style>
border-color css
<style>
span { border-color: #74C630; }
span { border-color: rgb(116,198,48); }
td.TdClassName
{
border-color: #74C630;
}
.TagClassName
{
border-color: #74C630;
}
</style>