Shades of Lawn Green #74F110
Tints of Lawn Green #74F110
RGB
CMYK
RGB Variations
Color information
#74F110 (or 0x74F110) is known color: Lawn Green. HEX triplet: 74, F1 and 10. RGB value is (116,241,16). Sum of RGB (Red+Green+Blue) = 116+241+16=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #74F110 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F110 is #8B0EEF. Grayscale: #B2B2B2. Windows color (decimal): -9113328 or 1110388. OLE color: 1110388.
HSL color Cylindrical-coordinate representation of color #74F110: hue angle of 93.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74F110 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 16 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.05 |
| HSL | 93.33º | 0.89% | 0.5% | - |
| HSV(B) | 93.33º | 0.93% | 0.95% | - |
| XYZ | 38.75 | 66.66 | 11.31 | - |
| YUV | 177.98 | 36.59 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 16 | 0.52 | 0 | 0.93 | 0.05 | 93.33 | 0.89 | 0.5 |
| Hex | 74 | F1 | 10 | 34 | 0 | 5D | 5 | 5D | 59 | 32 |
| Octal | 164 | 361 | 20 | 64 | 0 | 135 | 5 | 135 | 131 | 62 |
| Binary | 1110100 | 11110001 | 10000 | 110100 | 0 | 1011101 | 101 | 1011101 | 1011001 | 110010 |
Color Harmonies of #74F110
Complementary color
Monochromatic Colors of #74F110
Black with #74F110
Text Example
Text Example
White with #74F110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F110; }
p { color: rgb(116,241,16); }
H1.HeaderClassName
{
color: #74F110;
}
.AnyTagClassName
{
color: #74F110;
}
</style>
background-color css
<style>
a { background-color: #74F110; }
a { background-color: rgb(116,241,16); }
div.DivClassName
{
background-color: #74F110;
}
.BgClassName
{
background-color: #74F110;
}
</style>
border-color css
<style>
span { border-color: #74F110; }
span { border-color: rgb(116,241,16); }
td.TdClassName
{
border-color: #74F110;
}
.TagClassName
{
border-color: #74F110;
}
</style>