Shades of Lawn Green #74E414
Tints of Lawn Green #74E414
RGB
CMYK
RGB Variations
Color information
#74E414 (or 0x74E414) is known color: Lawn Green. HEX triplet: 74, E4 and 14. RGB value is (116,228,20). Sum of RGB (Red+Green+Blue) = 116+228+20=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 228 (89.45% from 255 or 62.64% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 228 - color contains mainly: green. Hex color #74E414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74E414 is #8B1BEB. Grayscale: #ABABAB. Windows color (decimal): -9116652 or 1369204. OLE color: 1369204.
HSL color Cylindrical-coordinate representation of color #74E414: hue angle of 92.31º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74E414 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 228 | 20 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.11 |
| HSL | 92.31º | 0.84% | 0.49% | - |
| HSV(B) | 92.31º | 0.91% | 0.89% | - |
| XYZ | 35.07 | 59.25 | 10.25 | - |
| YUV | 170.8 | 42.89 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 228 | 20 | 0.49 | 0 | 0.91 | 0.11 | 92.31 | 0.84 | 0.49 |
| Hex | 74 | E4 | 14 | 31 | 0 | 5B | B | 5C | 54 | 31 |
| Octal | 164 | 344 | 24 | 61 | 0 | 133 | 13 | 134 | 124 | 61 |
| Binary | 1110100 | 11100100 | 10100 | 110001 | 0 | 1011011 | 1011 | 1011100 | 1010100 | 110001 |
Color Harmonies of #74E414
Complementary color
Monochromatic Colors of #74E414
Black with #74E414
Text Example
Text Example
White with #74E414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E414; }
p { color: rgb(116,228,20); }
H1.HeaderClassName
{
color: #74E414;
}
.AnyTagClassName
{
color: #74E414;
}
</style>
background-color css
<style>
a { background-color: #74E414; }
a { background-color: rgb(116,228,20); }
div.DivClassName
{
background-color: #74E414;
}
.BgClassName
{
background-color: #74E414;
}
</style>
border-color css
<style>
span { border-color: #74E414; }
span { border-color: rgb(116,228,20); }
td.TdClassName
{
border-color: #74E414;
}
.TagClassName
{
border-color: #74E414;
}
</style>