Shades of Lawn Green #74DA00
Tints of Lawn Green #74DA00
RGB
CMYK
RGB Variations
Color information
#74DA00 (or 0x74DA00) is known color: Lawn Green. HEX triplet: 74, DA and 00. RGB value is (116,218,0). Sum of RGB (Red+Green+Blue) = 116+218+0=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 218 (85.55% from 255 or 65.27% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DA00 is #8B25FF. Grayscale: #A3A3A3. Windows color (decimal): -9119232 or 55924. OLE color: 55924.
HSL color Cylindrical-coordinate representation of color #74DA00: hue angle of 88.07º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74DA00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.15 |
| HSL | 88.07º | 1% | 0.43% | - |
| HSV(B) | 88.07º | 1% | 0.85% | - |
| XYZ | 32.27 | 53.86 | 8.69 | - |
| YUV | 162.65 | 36.21 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 0 | 0.47 | 0 | 1 | 0.15 | 88.07 | 1 | 0.43 |
| Hex | 74 | DA | 0 | 2F | 0 | 64 | F | 58 | 64 | 2B |
| Octal | 164 | 332 | 0 | 57 | 0 | 144 | 17 | 130 | 144 | 53 |
| Binary | 1110100 | 11011010 | 0 | 101111 | 0 | 1100100 | 1111 | 1011000 | 1100100 | 101011 |
Color Harmonies of #74DA00
Complementary color
Monochromatic Colors of #74DA00
Black with #74DA00
Text Example
Text Example
White with #74DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DA00; }
p { color: rgb(116,218,0); }
H1.HeaderClassName
{
color: #74DA00;
}
.AnyTagClassName
{
color: #74DA00;
}
</style>
background-color css
<style>
a { background-color: #74DA00; }
a { background-color: rgb(116,218,0); }
div.DivClassName
{
background-color: #74DA00;
}
.BgClassName
{
background-color: #74DA00;
}
</style>
border-color css
<style>
span { border-color: #74DA00; }
span { border-color: rgb(116,218,0); }
td.TdClassName
{
border-color: #74DA00;
}
.TagClassName
{
border-color: #74DA00;
}
</style>