Shades of Lawn Green #74E50F
Tints of Lawn Green #74E50F
RGB
CMYK
RGB Variations
Color information
#74E50F (or 0x74E50F) is known color: Lawn Green. HEX triplet: 74, E5 and 0F. RGB value is (116,229,15). Sum of RGB (Red+Green+Blue) = 116+229+15=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 229 (89.84% from 255 or 63.61% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 229 - color contains mainly: green. Hex color #74E50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74E50F is #8B1AF0. Grayscale: #ABABAB. Windows color (decimal): -9116401 or 1041780. OLE color: 1041780.
HSL color Cylindrical-coordinate representation of color #74E50F: hue angle of 91.68º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74E50F is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 229 | 15 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.10 |
| HSL | 91.68º | 0.88% | 0.48% | - |
| HSV(B) | 91.68º | 0.93% | 0.9% | - |
| XYZ | 35.31 | 59.79 | 10.13 | - |
| YUV | 170.82 | 40.06 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 229 | 15 | 0.49 | 0 | 0.93 | 0.10 | 91.68 | 0.88 | 0.48 |
| Hex | 74 | E5 | F | 31 | 0 | 5D | A | 5C | 58 | 30 |
| Octal | 164 | 345 | 17 | 61 | 0 | 135 | 12 | 134 | 130 | 60 |
| Binary | 1110100 | 11100101 | 1111 | 110001 | 0 | 1011101 | 1010 | 1011100 | 1011000 | 110000 |
Color Harmonies of #74E50F
Complementary color
Monochromatic Colors of #74E50F
Black with #74E50F
Text Example
Text Example
White with #74E50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E50F; }
p { color: rgb(116,229,15); }
H1.HeaderClassName
{
color: #74E50F;
}
.AnyTagClassName
{
color: #74E50F;
}
</style>
background-color css
<style>
a { background-color: #74E50F; }
a { background-color: rgb(116,229,15); }
div.DivClassName
{
background-color: #74E50F;
}
.BgClassName
{
background-color: #74E50F;
}
</style>
border-color css
<style>
span { border-color: #74E50F; }
span { border-color: rgb(116,229,15); }
td.TdClassName
{
border-color: #74E50F;
}
.TagClassName
{
border-color: #74E50F;
}
</style>