Shades of Lima #74C72F
Tints of Lima #74C72F
RGB
CMYK
RGB Variations
Color information
#74C72F (or 0x74C72F) is known color: Lima. HEX triplet: 74, C7 and 2F. RGB value is (116,199,47). Sum of RGB (Red+Green+Blue) = 116+199+47=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 199 (78.12% from 255 or 54.97% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 199 - color contains mainly: green. Hex color #74C72F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C72F is #8B38D0. Grayscale: #9D9D9D. Windows color (decimal): -9124049 or 3131252. OLE color: 3131252.
HSL color Cylindrical-coordinate representation of color #74C72F: hue angle of 92.76º 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 #74C72F is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 47 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.22 |
| HSL | 92.76º | 0.62% | 0.48% | - |
| HSV(B) | 92.76º | 0.76% | 0.78% | - |
| XYZ | 28.14 | 44.77 | 9.85 | - |
| YUV | 156.86 | 66 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 47 | 0.42 | 0 | 0.76 | 0.22 | 92.76 | 0.62 | 0.48 |
| Hex | 74 | C7 | 2F | 2A | 0 | 4C | 16 | 5D | 3E | 30 |
| Octal | 164 | 307 | 57 | 52 | 0 | 114 | 26 | 135 | 76 | 60 |
| Binary | 1110100 | 11000111 | 101111 | 101010 | 0 | 1001100 | 10110 | 1011101 | 111110 | 110000 |
Color Harmonies of #74C72F
Complementary color
Monochromatic Colors of #74C72F
Black with #74C72F
Text Example
Text Example
White with #74C72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C72F; }
p { color: rgb(116,199,47); }
H1.HeaderClassName
{
color: #74C72F;
}
.AnyTagClassName
{
color: #74C72F;
}
</style>
background-color css
<style>
a { background-color: #74C72F; }
a { background-color: rgb(116,199,47); }
div.DivClassName
{
background-color: #74C72F;
}
.BgClassName
{
background-color: #74C72F;
}
</style>
border-color css
<style>
span { border-color: #74C72F; }
span { border-color: rgb(116,199,47); }
td.TdClassName
{
border-color: #74C72F;
}
.TagClassName
{
border-color: #74C72F;
}
</style>