Shades of Lawn Green #74EE13
Tints of Lawn Green #74EE13
RGB
CMYK
RGB Variations
Color information
#74EE13 (or 0x74EE13) is known color: Lawn Green. HEX triplet: 74, EE and 13. RGB value is (116,238,19). Sum of RGB (Red+Green+Blue) = 116+238+19=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 238 (93.36% from 255 or 63.81% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 238 - color contains mainly: green. Hex color #74EE13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74EE13 is #8B11EC. Grayscale: #B1B1B1. Windows color (decimal): -9114093 or 1306228. OLE color: 1306228.
HSL color Cylindrical-coordinate representation of color #74EE13: hue angle of 93.42º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74EE13 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 238 | 19 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.07 |
| HSL | 93.42º | 0.87% | 0.5% | - |
| HSV(B) | 93.42º | 0.92% | 0.93% | - |
| XYZ | 37.89 | 64.91 | 11.15 | - |
| YUV | 176.56 | 39.08 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 238 | 19 | 0.51 | 0 | 0.92 | 0.07 | 93.42 | 0.87 | 0.5 |
| Hex | 74 | EE | 13 | 33 | 0 | 5C | 7 | 5D | 57 | 32 |
| Octal | 164 | 356 | 23 | 63 | 0 | 134 | 7 | 135 | 127 | 62 |
| Binary | 1110100 | 11101110 | 10011 | 110011 | 0 | 1011100 | 111 | 1011101 | 1010111 | 110010 |
Color Harmonies of #74EE13
Complementary color
Monochromatic Colors of #74EE13
Black with #74EE13
Text Example
Text Example
White with #74EE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EE13; }
p { color: rgb(116,238,19); }
H1.HeaderClassName
{
color: #74EE13;
}
.AnyTagClassName
{
color: #74EE13;
}
</style>
background-color css
<style>
a { background-color: #74EE13; }
a { background-color: rgb(116,238,19); }
div.DivClassName
{
background-color: #74EE13;
}
.BgClassName
{
background-color: #74EE13;
}
</style>
border-color css
<style>
span { border-color: #74EE13; }
span { border-color: rgb(116,238,19); }
td.TdClassName
{
border-color: #74EE13;
}
.TagClassName
{
border-color: #74EE13;
}
</style>