Shades of Lawn Green #74D600
Tints of Lawn Green #74D600
RGB
CMYK
RGB Variations
Color information
#74D600 (or 0x74D600) is known color: Lawn Green. HEX triplet: 74, D6 and 00. RGB value is (116,214,0). Sum of RGB (Red+Green+Blue) = 116+214+0=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 214 (83.98% from 255 or 64.85% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 214 - color contains mainly: green. Hex color #74D600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D600 is #8B29FF. Grayscale: #A1A1A1. Windows color (decimal): -9120256 or 54900. OLE color: 54900.
HSL color Cylindrical-coordinate representation of color #74D600: hue angle of 87.48º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74D600 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.16 |
| HSL | 87.48º | 1% | 0.42% | - |
| HSV(B) | 87.48º | 1% | 0.84% | - |
| XYZ | 31.25 | 51.81 | 8.35 | - |
| YUV | 160.3 | 37.53 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 0 | 0.46 | 0 | 1 | 0.16 | 87.48 | 1 | 0.42 |
| Hex | 74 | D6 | 0 | 2E | 0 | 64 | 10 | 57 | 64 | 2A |
| Octal | 164 | 326 | 0 | 56 | 0 | 144 | 20 | 127 | 144 | 52 |
| Binary | 1110100 | 11010110 | 0 | 101110 | 0 | 1100100 | 10000 | 1010111 | 1100100 | 101010 |
Color Harmonies of #74D600
Complementary color
Monochromatic Colors of #74D600
Black with #74D600
Text Example
Text Example
White with #74D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D600; }
p { color: rgb(116,214,0); }
H1.HeaderClassName
{
color: #74D600;
}
.AnyTagClassName
{
color: #74D600;
}
</style>
background-color css
<style>
a { background-color: #74D600; }
a { background-color: rgb(116,214,0); }
div.DivClassName
{
background-color: #74D600;
}
.BgClassName
{
background-color: #74D600;
}
</style>
border-color css
<style>
span { border-color: #74D600; }
span { border-color: rgb(116,214,0); }
td.TdClassName
{
border-color: #74D600;
}
.TagClassName
{
border-color: #74D600;
}
</style>