Shades of Lima #74C71F
Tints of Lima #74C71F
RGB
CMYK
RGB Variations
Color information
#74C71F (or 0x74C71F) is known color: Lima. HEX triplet: 74, C7 and 1F. RGB value is (116,199,31). Sum of RGB (Red+Green+Blue) = 116+199+31=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 199 (78.12% from 255 or 57.51% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 199 - color contains mainly: green. Hex color #74C71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C71F is #8B38E0. Grayscale: #9B9B9B. Windows color (decimal): -9124065 or 2082676. OLE color: 2082676.
HSL color Cylindrical-coordinate representation of color #74C71F: hue angle of 89.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74C71F is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 31 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.22 |
| HSL | 89.64º | 0.73% | 0.45% | - |
| HSV(B) | 89.64º | 0.84% | 0.78% | - |
| XYZ | 27.87 | 44.66 | 8.45 | - |
| YUV | 155.03 | 58 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 31 | 0.42 | 0 | 0.84 | 0.22 | 89.64 | 0.73 | 0.45 |
| Hex | 74 | C7 | 1F | 2A | 0 | 54 | 16 | 5A | 49 | 2D |
| Octal | 164 | 307 | 37 | 52 | 0 | 124 | 26 | 132 | 111 | 55 |
| Binary | 1110100 | 11000111 | 11111 | 101010 | 0 | 1010100 | 10110 | 1011010 | 1001001 | 101101 |
Color Harmonies of #74C71F
Complementary color
Monochromatic Colors of #74C71F
Black with #74C71F
Text Example
Text Example
White with #74C71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C71F; }
p { color: rgb(116,199,31); }
H1.HeaderClassName
{
color: #74C71F;
}
.AnyTagClassName
{
color: #74C71F;
}
</style>
background-color css
<style>
a { background-color: #74C71F; }
a { background-color: rgb(116,199,31); }
div.DivClassName
{
background-color: #74C71F;
}
.BgClassName
{
background-color: #74C71F;
}
</style>
border-color css
<style>
span { border-color: #74C71F; }
span { border-color: rgb(116,199,31); }
td.TdClassName
{
border-color: #74C71F;
}
.TagClassName
{
border-color: #74C71F;
}
</style>