Shades of Lawn Green #74FF16
Tints of Lawn Green #74FF16
RGB
CMYK
RGB Variations
Color information
#74FF16 (or 0x74FF16) is known color: Lawn Green. HEX triplet: 74, FF and 16. RGB value is (116,255,22). Sum of RGB (Red+Green+Blue) = 116+255+22=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FF16 is #8B00E9. Grayscale: #BBBBBB. Windows color (decimal): -9109738 or 1507188. OLE color: 1507188.
HSL color Cylindrical-coordinate representation of color #74FF16: hue angle of 95.79º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74FF16 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 22 | - |
| CMYK | 0.55 | 0 | 0.91 | 0 |
| HSL | 95.79º | 1% | 0.54% | - |
| HSV(B) | 95.79º | 0.91% | 1% | - |
| XYZ | 43.11 | 75.29 | 13.02 | - |
| YUV | 186.88 | 34.95 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 22 | 0.55 | 0 | 0.91 | 0 | 95.79 | 1 | 0.54 |
| Hex | 74 | FF | 16 | 37 | 0 | 5B | 0 | 60 | 64 | 36 |
| Octal | 164 | 377 | 26 | 67 | 0 | 133 | 0 | 140 | 144 | 66 |
| Binary | 1110100 | 11111111 | 10110 | 110111 | 0 | 1011011 | 0 | 1100000 | 1100100 | 110110 |
Color Harmonies of #74FF16
Complementary color
Monochromatic Colors of #74FF16
Black with #74FF16
Text Example
Text Example
White with #74FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF16; }
p { color: rgb(116,255,22); }
H1.HeaderClassName
{
color: #74FF16;
}
.AnyTagClassName
{
color: #74FF16;
}
</style>
background-color css
<style>
a { background-color: #74FF16; }
a { background-color: rgb(116,255,22); }
div.DivClassName
{
background-color: #74FF16;
}
.BgClassName
{
background-color: #74FF16;
}
</style>
border-color css
<style>
span { border-color: #74FF16; }
span { border-color: rgb(116,255,22); }
td.TdClassName
{
border-color: #74FF16;
}
.TagClassName
{
border-color: #74FF16;
}
</style>