Shades of Lima #74C133
Tints of Lima #74C133
RGB
CMYK
RGB Variations
Color information
#74C133 (or 0x74C133) is known color: Lima. HEX triplet: 74, C1 and 33. RGB value is (116,193,51). Sum of RGB (Red+Green+Blue) = 116+193+51=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #74C133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C133 is #8B3ECC. Grayscale: #9A9A9A. Windows color (decimal): -9125581 or 3391860. OLE color: 3391860.
HSL color Cylindrical-coordinate representation of color #74C133: hue angle of 92.54º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74C133 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 51 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.24 |
| HSL | 92.54º | 0.58% | 0.48% | - |
| HSV(B) | 92.54º | 0.74% | 0.76% | - |
| XYZ | 26.87 | 42.09 | 9.84 | - |
| YUV | 153.79 | 69.99 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 51 | 0.40 | 0 | 0.74 | 0.24 | 92.54 | 0.58 | 0.48 |
| Hex | 74 | C1 | 33 | 28 | 0 | 4A | 18 | 5D | 3A | 30 |
| Octal | 164 | 301 | 63 | 50 | 0 | 112 | 30 | 135 | 72 | 60 |
| Binary | 1110100 | 11000001 | 110011 | 101000 | 0 | 1001010 | 11000 | 1011101 | 111010 | 110000 |
Color Harmonies of #74C133
Complementary color
Monochromatic Colors of #74C133
Black with #74C133
Text Example
Text Example
White with #74C133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C133; }
p { color: rgb(116,193,51); }
H1.HeaderClassName
{
color: #74C133;
}
.AnyTagClassName
{
color: #74C133;
}
</style>
background-color css
<style>
a { background-color: #74C133; }
a { background-color: rgb(116,193,51); }
div.DivClassName
{
background-color: #74C133;
}
.BgClassName
{
background-color: #74C133;
}
</style>
border-color css
<style>
span { border-color: #74C133; }
span { border-color: rgb(116,193,51); }
td.TdClassName
{
border-color: #74C133;
}
.TagClassName
{
border-color: #74C133;
}
</style>