Shades of Lima #74C830
Tints of Lima #74C830
RGB
CMYK
RGB Variations
Color information
#74C830 (or 0x74C830) is known color: Lima. HEX triplet: 74, C8 and 30. RGB value is (116,200,48). Sum of RGB (Red+Green+Blue) = 116+200+48=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #74C830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C830 is #8B37CF. Grayscale: #9E9E9E. Windows color (decimal): -9123792 or 3197044. OLE color: 3197044.
HSL color Cylindrical-coordinate representation of color #74C830: hue angle of 93.16º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74C830 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 48 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.22 |
| HSL | 93.16º | 0.61% | 0.49% | - |
| HSV(B) | 93.16º | 0.76% | 0.78% | - |
| XYZ | 28.39 | 45.23 | 10.03 | - |
| YUV | 157.56 | 66.17 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 48 | 0.42 | 0 | 0.76 | 0.22 | 93.16 | 0.61 | 0.49 |
| Hex | 74 | C8 | 30 | 2A | 0 | 4C | 16 | 5D | 3D | 31 |
| Octal | 164 | 310 | 60 | 52 | 0 | 114 | 26 | 135 | 75 | 61 |
| Binary | 1110100 | 11001000 | 110000 | 101010 | 0 | 1001100 | 10110 | 1011101 | 111101 | 110001 |
Color Harmonies of #74C830
Complementary color
Monochromatic Colors of #74C830
Black with #74C830
Text Example
Text Example
White with #74C830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C830; }
p { color: rgb(116,200,48); }
H1.HeaderClassName
{
color: #74C830;
}
.AnyTagClassName
{
color: #74C830;
}
</style>
background-color css
<style>
a { background-color: #74C830; }
a { background-color: rgb(116,200,48); }
div.DivClassName
{
background-color: #74C830;
}
.BgClassName
{
background-color: #74C830;
}
</style>
border-color css
<style>
span { border-color: #74C830; }
span { border-color: rgb(116,200,48); }
td.TdClassName
{
border-color: #74C830;
}
.TagClassName
{
border-color: #74C830;
}
</style>