Shades of Lawn Green #74D103
Tints of Lawn Green #74D103
RGB
CMYK
RGB Variations
Color information
#74D103 (or 0x74D103) is known color: Lawn Green. HEX triplet: 74, D1 and 03. RGB value is (116,209,3). Sum of RGB (Red+Green+Blue) = 116+209+3=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 209 (82.03% from 255 or 63.72% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 209 - color contains mainly: green. Hex color #74D103 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D103 is #8B2EFC. Grayscale: #9E9E9E. Windows color (decimal): -9121533 or 250228. OLE color: 250228.
HSL color Cylindrical-coordinate representation of color #74D103: hue angle of 87.09º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74D103 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 209 | 3 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.18 |
| HSL | 87.09º | 0.97% | 0.42% | - |
| HSV(B) | 87.09º | 0.99% | 0.82% | - |
| XYZ | 30.02 | 49.32 | 8.02 | - |
| YUV | 157.71 | 40.69 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 209 | 3 | 0.44 | 0 | 0.99 | 0.18 | 87.09 | 0.97 | 0.42 |
| Hex | 74 | D1 | 3 | 2C | 0 | 63 | 12 | 57 | 61 | 2A |
| Octal | 164 | 321 | 3 | 54 | 0 | 143 | 22 | 127 | 141 | 52 |
| Binary | 1110100 | 11010001 | 11 | 101100 | 0 | 1100011 | 10010 | 1010111 | 1100001 | 101010 |
Color Harmonies of #74D103
Complementary color
Monochromatic Colors of #74D103
Black with #74D103
Text Example
Text Example
White with #74D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D103; }
p { color: rgb(116,209,3); }
H1.HeaderClassName
{
color: #74D103;
}
.AnyTagClassName
{
color: #74D103;
}
</style>
background-color css
<style>
a { background-color: #74D103; }
a { background-color: rgb(116,209,3); }
div.DivClassName
{
background-color: #74D103;
}
.BgClassName
{
background-color: #74D103;
}
</style>
border-color css
<style>
span { border-color: #74D103; }
span { border-color: rgb(116,209,3); }
td.TdClassName
{
border-color: #74D103;
}
.TagClassName
{
border-color: #74D103;
}
</style>