Shades of Lawn Green #74EF14
Tints of Lawn Green #74EF14
RGB
CMYK
RGB Variations
Color information
#74EF14 (or 0x74EF14) is known color: Lawn Green. HEX triplet: 74, EF and 14. RGB value is (116,239,20). Sum of RGB (Red+Green+Blue) = 116+239+20=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 239 (93.75% from 255 or 63.73% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 239 - color contains mainly: green. Hex color #74EF14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74EF14 is #8B10EB. Grayscale: #B2B2B2. Windows color (decimal): -9113836 or 1372020. OLE color: 1372020.
HSL color Cylindrical-coordinate representation of color #74EF14: hue angle of 93.7º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74EF14 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 239 | 20 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.06 |
| HSL | 93.7º | 0.87% | 0.51% | - |
| HSV(B) | 93.7º | 0.92% | 0.94% | - |
| XYZ | 38.2 | 65.5 | 11.29 | - |
| YUV | 177.26 | 39.25 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 20 | 0.51 | 0 | 0.92 | 0.06 | 93.7 | 0.87 | 0.51 |
| Hex | 74 | EF | 14 | 33 | 0 | 5C | 6 | 5E | 57 | 33 |
| Octal | 164 | 357 | 24 | 63 | 0 | 134 | 6 | 136 | 127 | 63 |
| Binary | 1110100 | 11101111 | 10100 | 110011 | 0 | 1011100 | 110 | 1011110 | 1010111 | 110011 |
Color Harmonies of #74EF14
Complementary color
Monochromatic Colors of #74EF14
Black with #74EF14
Text Example
Text Example
White with #74EF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EF14; }
p { color: rgb(116,239,20); }
H1.HeaderClassName
{
color: #74EF14;
}
.AnyTagClassName
{
color: #74EF14;
}
</style>
background-color css
<style>
a { background-color: #74EF14; }
a { background-color: rgb(116,239,20); }
div.DivClassName
{
background-color: #74EF14;
}
.BgClassName
{
background-color: #74EF14;
}
</style>
border-color css
<style>
span { border-color: #74EF14; }
span { border-color: rgb(116,239,20); }
td.TdClassName
{
border-color: #74EF14;
}
.TagClassName
{
border-color: #74EF14;
}
</style>