Shades of Lawn Green #74E114
Tints of Lawn Green #74E114
RGB
CMYK
RGB Variations
Color information
#74E114 (or 0x74E114) is known color: Lawn Green. HEX triplet: 74, E1 and 14. RGB value is (116,225,20). Sum of RGB (Red+Green+Blue) = 116+225+20=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 225 (88.28% from 255 or 62.33% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 225 - color contains mainly: green. Hex color #74E114 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74E114 is #8B1EEB. Grayscale: #A9A9A9. Windows color (decimal): -9117420 or 1368436. OLE color: 1368436.
HSL color Cylindrical-coordinate representation of color #74E114: hue angle of 91.9º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74E114 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 20 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.12 |
| HSL | 91.9º | 0.84% | 0.48% | - |
| HSV(B) | 91.9º | 0.91% | 0.88% | - |
| XYZ | 34.25 | 57.61 | 9.98 | - |
| YUV | 169.04 | 43.89 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 20 | 0.48 | 0 | 0.91 | 0.12 | 91.9 | 0.84 | 0.48 |
| Hex | 74 | E1 | 14 | 30 | 0 | 5B | C | 5C | 54 | 30 |
| Octal | 164 | 341 | 24 | 60 | 0 | 133 | 14 | 134 | 124 | 60 |
| Binary | 1110100 | 11100001 | 10100 | 110000 | 0 | 1011011 | 1100 | 1011100 | 1010100 | 110000 |
Color Harmonies of #74E114
Complementary color
Monochromatic Colors of #74E114
Black with #74E114
Text Example
Text Example
White with #74E114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E114; }
p { color: rgb(116,225,20); }
H1.HeaderClassName
{
color: #74E114;
}
.AnyTagClassName
{
color: #74E114;
}
</style>
background-color css
<style>
a { background-color: #74E114; }
a { background-color: rgb(116,225,20); }
div.DivClassName
{
background-color: #74E114;
}
.BgClassName
{
background-color: #74E114;
}
</style>
border-color css
<style>
span { border-color: #74E114; }
span { border-color: rgb(116,225,20); }
td.TdClassName
{
border-color: #74E114;
}
.TagClassName
{
border-color: #74E114;
}
</style>