Shades of Lawn Green #74FD11
Tints of Lawn Green #74FD11
RGB
CMYK
RGB Variations
Color information
#74FD11 (or 0x74FD11) is known color: Lawn Green. HEX triplet: 74, FD and 11. RGB value is (116,253,17). Sum of RGB (Red+Green+Blue) = 116+253+17=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 253 (99.22% from 255 or 65.54% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 253 - color contains mainly: green. Hex color #74FD11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FD11 is #8B02EE. Grayscale: #B9B9B9. Windows color (decimal): -9110255 or 1178996. OLE color: 1178996.
HSL color Cylindrical-coordinate representation of color #74FD11: hue angle of 94.83º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74FD11 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 17 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.01 |
| HSL | 94.83º | 0.98% | 0.53% | - |
| HSV(B) | 94.83º | 0.93% | 0.99% | - |
| XYZ | 42.43 | 74 | 12.58 | - |
| YUV | 185.13 | 33.11 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 17 | 0.54 | 0 | 0.93 | 0.01 | 94.83 | 0.98 | 0.53 |
| Hex | 74 | FD | 11 | 36 | 0 | 5D | 1 | 5F | 62 | 35 |
| Octal | 164 | 375 | 21 | 66 | 0 | 135 | 1 | 137 | 142 | 65 |
| Binary | 1110100 | 11111101 | 10001 | 110110 | 0 | 1011101 | 1 | 1011111 | 1100010 | 110101 |
Color Harmonies of #74FD11
Complementary color
Monochromatic Colors of #74FD11
Black with #74FD11
Text Example
Text Example
White with #74FD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FD11; }
p { color: rgb(116,253,17); }
H1.HeaderClassName
{
color: #74FD11;
}
.AnyTagClassName
{
color: #74FD11;
}
</style>
background-color css
<style>
a { background-color: #74FD11; }
a { background-color: rgb(116,253,17); }
div.DivClassName
{
background-color: #74FD11;
}
.BgClassName
{
background-color: #74FD11;
}
</style>
border-color css
<style>
span { border-color: #74FD11; }
span { border-color: rgb(116,253,17); }
td.TdClassName
{
border-color: #74FD11;
}
.TagClassName
{
border-color: #74FD11;
}
</style>