Shades of Lawn Green #74FD1D
Tints of Lawn Green #74FD1D
RGB
CMYK
RGB Variations
Color information
#74FD1D (or 0x74FD1D) is known color: Lawn Green. HEX triplet: 74, FD and 1D. RGB value is (116,253,29). Sum of RGB (Red+Green+Blue) = 116+253+29=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 253 (99.22% from 255 or 63.57% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 253 - color contains mainly: green. Hex color #74FD1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FD1D is #8B02E2. Grayscale: #BBBBBB. Windows color (decimal): -9110243 or 1965428. OLE color: 1965428.
HSL color Cylindrical-coordinate representation of color #74FD1D: hue angle of 96.7º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74FD1D is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 29 | - |
| CMYK | 0.54 | 0 | 0.89 | 0.01 |
| HSL | 96.7º | 0.98% | 0.55% | - |
| HSV(B) | 96.7º | 0.89% | 0.99% | - |
| XYZ | 42.55 | 74.05 | 13.21 | - |
| YUV | 186.5 | 39.11 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 29 | 0.54 | 0 | 0.89 | 0.01 | 96.7 | 0.98 | 0.55 |
| Hex | 74 | FD | 1D | 36 | 0 | 59 | 1 | 61 | 62 | 37 |
| Octal | 164 | 375 | 35 | 66 | 0 | 131 | 1 | 141 | 142 | 67 |
| Binary | 1110100 | 11111101 | 11101 | 110110 | 0 | 1011001 | 1 | 1100001 | 1100010 | 110111 |
Color Harmonies of #74FD1D
Complementary color
Monochromatic Colors of #74FD1D
Black with #74FD1D
Text Example
Text Example
White with #74FD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FD1D; }
p { color: rgb(116,253,29); }
H1.HeaderClassName
{
color: #74FD1D;
}
.AnyTagClassName
{
color: #74FD1D;
}
</style>
background-color css
<style>
a { background-color: #74FD1D; }
a { background-color: rgb(116,253,29); }
div.DivClassName
{
background-color: #74FD1D;
}
.BgClassName
{
background-color: #74FD1D;
}
</style>
border-color css
<style>
span { border-color: #74FD1D; }
span { border-color: rgb(116,253,29); }
td.TdClassName
{
border-color: #74FD1D;
}
.TagClassName
{
border-color: #74FD1D;
}
</style>