Shades of Lawn Green #74FF14
Tints of Lawn Green #74FF14
RGB
CMYK
RGB Variations
Color information
#74FF14 (or 0x74FF14) is known color: Lawn Green. HEX triplet: 74, FF and 14. RGB value is (116,255,20). Sum of RGB (Red+Green+Blue) = 116+255+20=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 255 (100% from 255 or 65.22% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FF14 is #8B00EB. Grayscale: #BBBBBB. Windows color (decimal): -9109740 or 1376116. OLE color: 1376116.
HSL color Cylindrical-coordinate representation of color #74FF14: hue angle of 95.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74FF14 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 20 | - |
| CMYK | 0.55 | 0 | 0.92 | 0 |
| HSL | 95.49º | 1% | 0.54% | - |
| HSV(B) | 95.49º | 0.92% | 1% | - |
| XYZ | 43.09 | 75.28 | 12.92 | - |
| YUV | 186.65 | 33.95 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 20 | 0.55 | 0 | 0.92 | 0 | 95.49 | 1 | 0.54 |
| Hex | 74 | FF | 14 | 37 | 0 | 5C | 0 | 5F | 64 | 36 |
| Octal | 164 | 377 | 24 | 67 | 0 | 134 | 0 | 137 | 144 | 66 |
| Binary | 1110100 | 11111111 | 10100 | 110111 | 0 | 1011100 | 0 | 1011111 | 1100100 | 110110 |
Color Harmonies of #74FF14
Complementary color
Monochromatic Colors of #74FF14
Black with #74FF14
Text Example
Text Example
White with #74FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF14; }
p { color: rgb(116,255,20); }
H1.HeaderClassName
{
color: #74FF14;
}
.AnyTagClassName
{
color: #74FF14;
}
</style>
background-color css
<style>
a { background-color: #74FF14; }
a { background-color: rgb(116,255,20); }
div.DivClassName
{
background-color: #74FF14;
}
.BgClassName
{
background-color: #74FF14;
}
</style>
border-color css
<style>
span { border-color: #74FF14; }
span { border-color: rgb(116,255,20); }
td.TdClassName
{
border-color: #74FF14;
}
.TagClassName
{
border-color: #74FF14;
}
</style>