Shades of Lawn Green #74E016
Tints of Lawn Green #74E016
RGB
CMYK
RGB Variations
Color information
#74E016 (or 0x74E016) is known color: Lawn Green. HEX triplet: 74, E0 and 16. RGB value is (116,224,22). Sum of RGB (Red+Green+Blue) = 116+224+22=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 224 (87.89% from 255 or 61.88% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 224 - color contains mainly: green. Hex color #74E016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74E016 is #8B1FE9. Grayscale: #A9A9A9. Windows color (decimal): -9117674 or 1499252. OLE color: 1499252.
HSL color Cylindrical-coordinate representation of color #74E016: hue angle of 92.08º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74E016 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 224 | 22 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.12 |
| HSL | 92.08º | 0.82% | 0.48% | - |
| HSV(B) | 92.08º | 0.9% | 0.88% | - |
| XYZ | 34 | 57.08 | 9.98 | - |
| YUV | 168.68 | 45.22 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 22 | 0.48 | 0 | 0.90 | 0.12 | 92.08 | 0.82 | 0.48 |
| Hex | 74 | E0 | 16 | 30 | 0 | 5A | C | 5C | 52 | 30 |
| Octal | 164 | 340 | 26 | 60 | 0 | 132 | 14 | 134 | 122 | 60 |
| Binary | 1110100 | 11100000 | 10110 | 110000 | 0 | 1011010 | 1100 | 1011100 | 1010010 | 110000 |
Color Harmonies of #74E016
Complementary color
Monochromatic Colors of #74E016
Black with #74E016
Text Example
Text Example
White with #74E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E016; }
p { color: rgb(116,224,22); }
H1.HeaderClassName
{
color: #74E016;
}
.AnyTagClassName
{
color: #74E016;
}
</style>
background-color css
<style>
a { background-color: #74E016; }
a { background-color: rgb(116,224,22); }
div.DivClassName
{
background-color: #74E016;
}
.BgClassName
{
background-color: #74E016;
}
</style>
border-color css
<style>
span { border-color: #74E016; }
span { border-color: rgb(116,224,22); }
td.TdClassName
{
border-color: #74E016;
}
.TagClassName
{
border-color: #74E016;
}
</style>