Shades of Lawn Green #74D513
Tints of Lawn Green #74D513
RGB
CMYK
RGB Variations
Color information
#74D513 (or 0x74D513) is known color: Lawn Green. HEX triplet: 74, D5 and 13. RGB value is (116,213,19). Sum of RGB (Red+Green+Blue) = 116+213+19=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #74D513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D513 is #8B2AEC. Grayscale: #A2A2A2. Windows color (decimal): -9120493 or 1299828. OLE color: 1299828.
HSL color Cylindrical-coordinate representation of color #74D513: hue angle of 90º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74D513 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 19 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.16 |
| HSL | 90º | 0.84% | 0.45% | - |
| HSV(B) | 90º | 0.91% | 0.84% | - |
| XYZ | 31.11 | 51.35 | 8.89 | - |
| YUV | 161.88 | 47.36 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 19 | 0.46 | 0 | 0.91 | 0.16 | 90 | 0.84 | 0.45 |
| Hex | 74 | D5 | 13 | 2E | 0 | 5B | 10 | 5A | 54 | 2D |
| Octal | 164 | 325 | 23 | 56 | 0 | 133 | 20 | 132 | 124 | 55 |
| Binary | 1110100 | 11010101 | 10011 | 101110 | 0 | 1011011 | 10000 | 1011010 | 1010100 | 101101 |
Color Harmonies of #74D513
Complementary color
Monochromatic Colors of #74D513
Black with #74D513
Text Example
Text Example
White with #74D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D513; }
p { color: rgb(116,213,19); }
H1.HeaderClassName
{
color: #74D513;
}
.AnyTagClassName
{
color: #74D513;
}
</style>
background-color css
<style>
a { background-color: #74D513; }
a { background-color: rgb(116,213,19); }
div.DivClassName
{
background-color: #74D513;
}
.BgClassName
{
background-color: #74D513;
}
</style>
border-color css
<style>
span { border-color: #74D513; }
span { border-color: rgb(116,213,19); }
td.TdClassName
{
border-color: #74D513;
}
.TagClassName
{
border-color: #74D513;
}
</style>