Shades of Lawn Green #74DD02
Tints of Lawn Green #74DD02
RGB
CMYK
RGB Variations
Color information
#74DD02 (or 0x74DD02) is known color: Lawn Green. HEX triplet: 74, DD and 02. RGB value is (116,221,2). Sum of RGB (Red+Green+Blue) = 116+221+2=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DD02 is #8B22FD. Grayscale: #A5A5A5. Windows color (decimal): -9118462 or 187764. OLE color: 187764.
HSL color Cylindrical-coordinate representation of color #74DD02: hue angle of 88.77º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74DD02 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.13 |
| HSL | 88.77º | 0.98% | 0.44% | - |
| HSV(B) | 88.77º | 0.99% | 0.87% | - |
| XYZ | 33.07 | 55.43 | 9.01 | - |
| YUV | 164.64 | 36.21 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 2 | 0.48 | 0 | 0.99 | 0.13 | 88.77 | 0.98 | 0.44 |
| Hex | 74 | DD | 2 | 30 | 0 | 63 | D | 59 | 62 | 2C |
| Octal | 164 | 335 | 2 | 60 | 0 | 143 | 15 | 131 | 142 | 54 |
| Binary | 1110100 | 11011101 | 10 | 110000 | 0 | 1100011 | 1101 | 1011001 | 1100010 | 101100 |
Color Harmonies of #74DD02
Complementary color
Monochromatic Colors of #74DD02
Black with #74DD02
Text Example
Text Example
White with #74DD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD02; }
p { color: rgb(116,221,2); }
H1.HeaderClassName
{
color: #74DD02;
}
.AnyTagClassName
{
color: #74DD02;
}
</style>
background-color css
<style>
a { background-color: #74DD02; }
a { background-color: rgb(116,221,2); }
div.DivClassName
{
background-color: #74DD02;
}
.BgClassName
{
background-color: #74DD02;
}
</style>
border-color css
<style>
span { border-color: #74DD02; }
span { border-color: rgb(116,221,2); }
td.TdClassName
{
border-color: #74DD02;
}
.TagClassName
{
border-color: #74DD02;
}
</style>