Shades of Lawn Green #74FA18
Tints of Lawn Green #74FA18
RGB
CMYK
RGB Variations
Color information
#74FA18 (or 0x74FA18) is known color: Lawn Green. HEX triplet: 74, FA and 18. RGB value is (116,250,24). Sum of RGB (Red+Green+Blue) = 116+250+24=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 250 (98.05% from 255 or 64.10% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FA18 is #8B05E7. Grayscale: #B8B8B8. Windows color (decimal): -9111016 or 1636980. OLE color: 1636980.
HSL color Cylindrical-coordinate representation of color #74FA18: hue angle of 95.58º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74FA18 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 24 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.02 |
| HSL | 95.58º | 0.96% | 0.54% | - |
| HSV(B) | 95.58º | 0.9% | 0.98% | - |
| XYZ | 41.55 | 72.15 | 12.6 | - |
| YUV | 184.17 | 37.61 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 24 | 0.54 | 0 | 0.90 | 0.02 | 95.58 | 0.96 | 0.54 |
| Hex | 74 | FA | 18 | 36 | 0 | 5A | 2 | 60 | 60 | 36 |
| Octal | 164 | 372 | 30 | 66 | 0 | 132 | 2 | 140 | 140 | 66 |
| Binary | 1110100 | 11111010 | 11000 | 110110 | 0 | 1011010 | 10 | 1100000 | 1100000 | 110110 |
Color Harmonies of #74FA18
Complementary color
Monochromatic Colors of #74FA18
Black with #74FA18
Text Example
Text Example
White with #74FA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA18; }
p { color: rgb(116,250,24); }
H1.HeaderClassName
{
color: #74FA18;
}
.AnyTagClassName
{
color: #74FA18;
}
</style>
background-color css
<style>
a { background-color: #74FA18; }
a { background-color: rgb(116,250,24); }
div.DivClassName
{
background-color: #74FA18;
}
.BgClassName
{
background-color: #74FA18;
}
</style>
border-color css
<style>
span { border-color: #74FA18; }
span { border-color: rgb(116,250,24); }
td.TdClassName
{
border-color: #74FA18;
}
.TagClassName
{
border-color: #74FA18;
}
</style>