Shades of Lima #74C82F
Tints of Lima #74C82F
RGB
CMYK
RGB Variations
Color information
#74C82F (or 0x74C82F) is known color: Lima. HEX triplet: 74, C8 and 2F. RGB value is (116,200,47). Sum of RGB (Red+Green+Blue) = 116+200+47=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #74C82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C82F is #8B37D0. Grayscale: #9D9D9D. Windows color (decimal): -9123793 or 3131508. OLE color: 3131508.
HSL color Cylindrical-coordinate representation of color #74C82F: hue angle of 92.94º degrees, saturation: 0.62, 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 #74C82F is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 47 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.22 |
| HSL | 92.94º | 0.62% | 0.48% | - |
| HSV(B) | 92.94º | 0.77% | 0.78% | - |
| XYZ | 28.37 | 45.23 | 9.92 | - |
| YUV | 157.44 | 65.67 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 47 | 0.42 | 0 | 0.76 | 0.22 | 92.94 | 0.62 | 0.48 |
| Hex | 74 | C8 | 2F | 2A | 0 | 4C | 16 | 5D | 3E | 30 |
| Octal | 164 | 310 | 57 | 52 | 0 | 114 | 26 | 135 | 76 | 60 |
| Binary | 1110100 | 11001000 | 101111 | 101010 | 0 | 1001100 | 10110 | 1011101 | 111110 | 110000 |
Color Harmonies of #74C82F
Complementary color
Monochromatic Colors of #74C82F
Black with #74C82F
Text Example
Text Example
White with #74C82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C82F; }
p { color: rgb(116,200,47); }
H1.HeaderClassName
{
color: #74C82F;
}
.AnyTagClassName
{
color: #74C82F;
}
</style>
background-color css
<style>
a { background-color: #74C82F; }
a { background-color: rgb(116,200,47); }
div.DivClassName
{
background-color: #74C82F;
}
.BgClassName
{
background-color: #74C82F;
}
</style>
border-color css
<style>
span { border-color: #74C82F; }
span { border-color: rgb(116,200,47); }
td.TdClassName
{
border-color: #74C82F;
}
.TagClassName
{
border-color: #74C82F;
}
</style>