Shades of Lawn Green #74EC0F
Tints of Lawn Green #74EC0F
RGB
CMYK
RGB Variations
Color information
#74EC0F (or 0x74EC0F) is known color: Lawn Green. HEX triplet: 74, EC and 0F. RGB value is (116,236,15). Sum of RGB (Red+Green+Blue) = 116+236+15=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 236 (92.58% from 255 or 64.31% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74EC0F is #8B13F0. Grayscale: #AFAFAF. Windows color (decimal): -9114609 or 1043572. OLE color: 1043572.
HSL color Cylindrical-coordinate representation of color #74EC0F: hue angle of 92.58º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74EC0F is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 15 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.07 |
| HSL | 92.58º | 0.88% | 0.49% | - |
| HSV(B) | 92.58º | 0.94% | 0.93% | - |
| XYZ | 37.28 | 63.74 | 10.79 | - |
| YUV | 174.93 | 37.74 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 15 | 0.51 | 0 | 0.94 | 0.07 | 92.58 | 0.88 | 0.49 |
| Hex | 74 | EC | F | 33 | 0 | 5E | 7 | 5D | 58 | 31 |
| Octal | 164 | 354 | 17 | 63 | 0 | 136 | 7 | 135 | 130 | 61 |
| Binary | 1110100 | 11101100 | 1111 | 110011 | 0 | 1011110 | 111 | 1011101 | 1011000 | 110001 |
Color Harmonies of #74EC0F
Complementary color
Monochromatic Colors of #74EC0F
Black with #74EC0F
Text Example
Text Example
White with #74EC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC0F; }
p { color: rgb(116,236,15); }
H1.HeaderClassName
{
color: #74EC0F;
}
.AnyTagClassName
{
color: #74EC0F;
}
</style>
background-color css
<style>
a { background-color: #74EC0F; }
a { background-color: rgb(116,236,15); }
div.DivClassName
{
background-color: #74EC0F;
}
.BgClassName
{
background-color: #74EC0F;
}
</style>
border-color css
<style>
span { border-color: #74EC0F; }
span { border-color: rgb(116,236,15); }
td.TdClassName
{
border-color: #74EC0F;
}
.TagClassName
{
border-color: #74EC0F;
}
</style>