Shades of Lima #74C22D
Tints of Lima #74C22D
RGB
CMYK
RGB Variations
Color information
#74C22D (or 0x74C22D) is known color: Lima. HEX triplet: 74, C2 and 2D. RGB value is (116,194,45). Sum of RGB (Red+Green+Blue) = 116+194+45=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #74C22D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C22D is #8B3DD2. Grayscale: #9A9A9A. Windows color (decimal): -9125331 or 2998900. OLE color: 2998900.
HSL color Cylindrical-coordinate representation of color #74C22D: hue angle of 91.41º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74C22D is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 45 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.24 |
| HSL | 91.41º | 0.62% | 0.47% | - |
| HSV(B) | 91.41º | 0.77% | 0.76% | - |
| XYZ | 26.97 | 42.49 | 9.26 | - |
| YUV | 153.69 | 66.66 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 45 | 0.40 | 0 | 0.77 | 0.24 | 91.41 | 0.62 | 0.47 |
| Hex | 74 | C2 | 2D | 28 | 0 | 4D | 18 | 5B | 3E | 2F |
| Octal | 164 | 302 | 55 | 50 | 0 | 115 | 30 | 133 | 76 | 57 |
| Binary | 1110100 | 11000010 | 101101 | 101000 | 0 | 1001101 | 11000 | 1011011 | 111110 | 101111 |
Color Harmonies of #74C22D
Complementary color
Monochromatic Colors of #74C22D
Black with #74C22D
Text Example
Text Example
White with #74C22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C22D; }
p { color: rgb(116,194,45); }
H1.HeaderClassName
{
color: #74C22D;
}
.AnyTagClassName
{
color: #74C22D;
}
</style>
background-color css
<style>
a { background-color: #74C22D; }
a { background-color: rgb(116,194,45); }
div.DivClassName
{
background-color: #74C22D;
}
.BgClassName
{
background-color: #74C22D;
}
</style>
border-color css
<style>
span { border-color: #74C22D; }
span { border-color: rgb(116,194,45); }
td.TdClassName
{
border-color: #74C22D;
}
.TagClassName
{
border-color: #74C22D;
}
</style>