Shades of Lima #74C01F
Tints of Lima #74C01F
RGB
CMYK
RGB Variations
Color information
#74C01F (or 0x74C01F) is known color: Lima. HEX triplet: 74, C0 and 1F. RGB value is (116,192,31). Sum of RGB (Red+Green+Blue) = 116+192+31=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #74C01F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C01F is #8B3FE0. Grayscale: #979797. Windows color (decimal): -9125857 or 2080884. OLE color: 2080884.
HSL color Cylindrical-coordinate representation of color #74C01F: hue angle of 88.32º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74C01F is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 31 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.25 |
| HSL | 88.32º | 0.72% | 0.44% | - |
| HSV(B) | 88.32º | 0.84% | 0.75% | - |
| XYZ | 26.3 | 41.51 | 7.92 | - |
| YUV | 150.92 | 60.32 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 31 | 0.40 | 0 | 0.84 | 0.25 | 88.32 | 0.72 | 0.44 |
| Hex | 74 | C0 | 1F | 28 | 0 | 54 | 19 | 58 | 48 | 2C |
| Octal | 164 | 300 | 37 | 50 | 0 | 124 | 31 | 130 | 110 | 54 |
| Binary | 1110100 | 11000000 | 11111 | 101000 | 0 | 1010100 | 11001 | 1011000 | 1001000 | 101100 |
Color Harmonies of #74C01F
Complementary color
Monochromatic Colors of #74C01F
Black with #74C01F
Text Example
Text Example
White with #74C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C01F; }
p { color: rgb(116,192,31); }
H1.HeaderClassName
{
color: #74C01F;
}
.AnyTagClassName
{
color: #74C01F;
}
</style>
background-color css
<style>
a { background-color: #74C01F; }
a { background-color: rgb(116,192,31); }
div.DivClassName
{
background-color: #74C01F;
}
.BgClassName
{
background-color: #74C01F;
}
</style>
border-color css
<style>
span { border-color: #74C01F; }
span { border-color: rgb(116,192,31); }
td.TdClassName
{
border-color: #74C01F;
}
.TagClassName
{
border-color: #74C01F;
}
</style>