Shades of Lawn Green #74D802
Tints of Lawn Green #74D802
RGB
CMYK
RGB Variations
Color information
#74D802 (or 0x74D802) is known color: Lawn Green. HEX triplet: 74, D8 and 02. RGB value is (116,216,2). Sum of RGB (Red+Green+Blue) = 116+216+2=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #74D802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D802 is #8B27FD. Grayscale: #A2A2A2. Windows color (decimal): -9119742 or 186484. OLE color: 186484.
HSL color Cylindrical-coordinate representation of color #74D802: hue angle of 88.04º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74D802 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 2 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.15 |
| HSL | 88.04º | 0.98% | 0.43% | - |
| HSV(B) | 88.04º | 0.99% | 0.85% | - |
| XYZ | 31.77 | 52.83 | 8.58 | - |
| YUV | 161.7 | 37.87 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 2 | 0.46 | 0 | 0.99 | 0.15 | 88.04 | 0.98 | 0.43 |
| Hex | 74 | D8 | 2 | 2E | 0 | 63 | F | 58 | 62 | 2B |
| Octal | 164 | 330 | 2 | 56 | 0 | 143 | 17 | 130 | 142 | 53 |
| Binary | 1110100 | 11011000 | 10 | 101110 | 0 | 1100011 | 1111 | 1011000 | 1100010 | 101011 |
Color Harmonies of #74D802
Complementary color
Monochromatic Colors of #74D802
Black with #74D802
Text Example
Text Example
White with #74D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D802; }
p { color: rgb(116,216,2); }
H1.HeaderClassName
{
color: #74D802;
}
.AnyTagClassName
{
color: #74D802;
}
</style>
background-color css
<style>
a { background-color: #74D802; }
a { background-color: rgb(116,216,2); }
div.DivClassName
{
background-color: #74D802;
}
.BgClassName
{
background-color: #74D802;
}
</style>
border-color css
<style>
span { border-color: #74D802; }
span { border-color: rgb(116,216,2); }
td.TdClassName
{
border-color: #74D802;
}
.TagClassName
{
border-color: #74D802;
}
</style>