Shades of Lawn Green #74E110
Tints of Lawn Green #74E110
RGB
CMYK
RGB Variations
Color information
#74E110 (or 0x74E110) is known color: Lawn Green. HEX triplet: 74, E1 and 10. RGB value is (116,225,16). Sum of RGB (Red+Green+Blue) = 116+225+16=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 225 (88.28% from 255 or 63.03% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 225 - color contains mainly: green. Hex color #74E110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74E110 is #8B1EEF. Grayscale: #A9A9A9. Windows color (decimal): -9117424 or 1106292. OLE color: 1106292.
HSL color Cylindrical-coordinate representation of color #74E110: hue angle of 91.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74E110 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 16 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.12 |
| HSL | 91.29º | 0.87% | 0.47% | - |
| HSV(B) | 91.29º | 0.93% | 0.88% | - |
| XYZ | 34.22 | 57.6 | 9.8 | - |
| YUV | 168.58 | 41.89 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 16 | 0.48 | 0 | 0.93 | 0.12 | 91.29 | 0.87 | 0.47 |
| Hex | 74 | E1 | 10 | 30 | 0 | 5D | C | 5B | 57 | 2F |
| Octal | 164 | 341 | 20 | 60 | 0 | 135 | 14 | 133 | 127 | 57 |
| Binary | 1110100 | 11100001 | 10000 | 110000 | 0 | 1011101 | 1100 | 1011011 | 1010111 | 101111 |
Color Harmonies of #74E110
Complementary color
Monochromatic Colors of #74E110
Black with #74E110
Text Example
Text Example
White with #74E110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E110; }
p { color: rgb(116,225,16); }
H1.HeaderClassName
{
color: #74E110;
}
.AnyTagClassName
{
color: #74E110;
}
</style>
background-color css
<style>
a { background-color: #74E110; }
a { background-color: rgb(116,225,16); }
div.DivClassName
{
background-color: #74E110;
}
.BgClassName
{
background-color: #74E110;
}
</style>
border-color css
<style>
span { border-color: #74E110; }
span { border-color: rgb(116,225,16); }
td.TdClassName
{
border-color: #74E110;
}
.TagClassName
{
border-color: #74E110;
}
</style>