Shades of Lawn Green #74E70F
Tints of Lawn Green #74E70F
RGB
CMYK
RGB Variations
Color information
#74E70F (or 0x74E70F) is known color: Lawn Green. HEX triplet: 74, E7 and 0F. RGB value is (116,231,15). Sum of RGB (Red+Green+Blue) = 116+231+15=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 231 (90.62% from 255 or 63.81% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 231 - color contains mainly: green. Hex color #74E70F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74E70F is #8B18F0. Grayscale: #ACACAC. Windows color (decimal): -9115889 or 1042292. OLE color: 1042292.
HSL color Cylindrical-coordinate representation of color #74E70F: hue angle of 91.94º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74E70F is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 231 | 15 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.09 |
| HSL | 91.94º | 0.88% | 0.48% | - |
| HSV(B) | 91.94º | 0.94% | 0.91% | - |
| XYZ | 35.86 | 60.9 | 10.32 | - |
| YUV | 171.99 | 39.4 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 231 | 15 | 0.50 | 0 | 0.94 | 0.09 | 91.94 | 0.88 | 0.48 |
| Hex | 74 | E7 | F | 32 | 0 | 5E | 9 | 5C | 58 | 30 |
| Octal | 164 | 347 | 17 | 62 | 0 | 136 | 11 | 134 | 130 | 60 |
| Binary | 1110100 | 11100111 | 1111 | 110010 | 0 | 1011110 | 1001 | 1011100 | 1011000 | 110000 |
Color Harmonies of #74E70F
Complementary color
Monochromatic Colors of #74E70F
Black with #74E70F
Text Example
Text Example
White with #74E70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E70F; }
p { color: rgb(116,231,15); }
H1.HeaderClassName
{
color: #74E70F;
}
.AnyTagClassName
{
color: #74E70F;
}
</style>
background-color css
<style>
a { background-color: #74E70F; }
a { background-color: rgb(116,231,15); }
div.DivClassName
{
background-color: #74E70F;
}
.BgClassName
{
background-color: #74E70F;
}
</style>
border-color css
<style>
span { border-color: #74E70F; }
span { border-color: rgb(116,231,15); }
td.TdClassName
{
border-color: #74E70F;
}
.TagClassName
{
border-color: #74E70F;
}
</style>