Shades of Lawn Green #74D403
Tints of Lawn Green #74D403
RGB
CMYK
RGB Variations
Color information
#74D403 (or 0x74D403) is known color: Lawn Green. HEX triplet: 74, D4 and 03. RGB value is (116,212,3). Sum of RGB (Red+Green+Blue) = 116+212+3=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 212 (83.20% from 255 or 64.05% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 212 - color contains mainly: green. Hex color #74D403 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D403 is #8B2BFC. Grayscale: #A0A0A0. Windows color (decimal): -9120765 or 250996. OLE color: 250996.
HSL color Cylindrical-coordinate representation of color #74D403: hue angle of 87.56º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74D403 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 3 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.17 |
| HSL | 87.56º | 0.97% | 0.42% | - |
| HSV(B) | 87.56º | 0.99% | 0.83% | - |
| XYZ | 30.76 | 50.81 | 8.27 | - |
| YUV | 159.47 | 39.7 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 3 | 0.45 | 0 | 0.99 | 0.17 | 87.56 | 0.97 | 0.42 |
| Hex | 74 | D4 | 3 | 2D | 0 | 63 | 11 | 58 | 61 | 2A |
| Octal | 164 | 324 | 3 | 55 | 0 | 143 | 21 | 130 | 141 | 52 |
| Binary | 1110100 | 11010100 | 11 | 101101 | 0 | 1100011 | 10001 | 1011000 | 1100001 | 101010 |
Color Harmonies of #74D403
Complementary color
Monochromatic Colors of #74D403
Black with #74D403
Text Example
Text Example
White with #74D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D403; }
p { color: rgb(116,212,3); }
H1.HeaderClassName
{
color: #74D403;
}
.AnyTagClassName
{
color: #74D403;
}
</style>
background-color css
<style>
a { background-color: #74D403; }
a { background-color: rgb(116,212,3); }
div.DivClassName
{
background-color: #74D403;
}
.BgClassName
{
background-color: #74D403;
}
</style>
border-color css
<style>
span { border-color: #74D403; }
span { border-color: rgb(116,212,3); }
td.TdClassName
{
border-color: #74D403;
}
.TagClassName
{
border-color: #74D403;
}
</style>