Shades of Lima #74C82C
Tints of Lima #74C82C
RGB
CMYK
RGB Variations
Color information
#74C82C (or 0x74C82C) is known color: Lima. HEX triplet: 74, C8 and 2C. RGB value is (116,200,44). Sum of RGB (Red+Green+Blue) = 116+200+44=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #74C82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C82C is #8B37D3. Grayscale: #9D9D9D. Windows color (decimal): -9123796 or 2934900. OLE color: 2934900.
HSL color Cylindrical-coordinate representation of color #74C82C: hue angle of 92.31º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74C82C is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 44 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.22 |
| HSL | 92.31º | 0.64% | 0.48% | - |
| HSV(B) | 92.31º | 0.78% | 0.78% | - |
| XYZ | 28.31 | 45.2 | 9.62 | - |
| YUV | 157.1 | 64.17 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 44 | 0.42 | 0 | 0.78 | 0.22 | 92.31 | 0.64 | 0.48 |
| Hex | 74 | C8 | 2C | 2A | 0 | 4E | 16 | 5C | 40 | 30 |
| Octal | 164 | 310 | 54 | 52 | 0 | 116 | 26 | 134 | 100 | 60 |
| Binary | 1110100 | 11001000 | 101100 | 101010 | 0 | 1001110 | 10110 | 1011100 | 1000000 | 110000 |
Color Harmonies of #74C82C
Complementary color
Monochromatic Colors of #74C82C
Black with #74C82C
Text Example
Text Example
White with #74C82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C82C; }
p { color: rgb(116,200,44); }
H1.HeaderClassName
{
color: #74C82C;
}
.AnyTagClassName
{
color: #74C82C;
}
</style>
background-color css
<style>
a { background-color: #74C82C; }
a { background-color: rgb(116,200,44); }
div.DivClassName
{
background-color: #74C82C;
}
.BgClassName
{
background-color: #74C82C;
}
</style>
border-color css
<style>
span { border-color: #74C82C; }
span { border-color: rgb(116,200,44); }
td.TdClassName
{
border-color: #74C82C;
}
.TagClassName
{
border-color: #74C82C;
}
</style>