Shades of Lawn Green #74FE1D
Tints of Lawn Green #74FE1D
RGB
CMYK
RGB Variations
Color information
#74FE1D (or 0x74FE1D) is known color: Lawn Green. HEX triplet: 74, FE and 1D. RGB value is (116,254,29). Sum of RGB (Red+Green+Blue) = 116+254+29=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 254 (99.61% from 255 or 63.66% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FE1D is #8B01E2. Grayscale: #BBBBBB. Windows color (decimal): -9109987 or 1965684. OLE color: 1965684.
HSL color Cylindrical-coordinate representation of color #74FE1D: hue angle of 96.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74FE1D is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 29 | - |
| CMYK | 0.54 | 0 | 0.89 | 0.00 |
| HSL | 96.8º | 0.99% | 0.55% | - |
| HSV(B) | 96.8º | 0.89% | 1% | - |
| XYZ | 42.87 | 74.69 | 13.32 | - |
| YUV | 187.09 | 38.78 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 29 | 0.54 | 0 | 0.89 | 0.00 | 96.8 | 0.99 | 0.55 |
| Hex | 74 | FE | 1D | 36 | 0 | 59 | 0 | 61 | 63 | 37 |
| Octal | 164 | 376 | 35 | 66 | 0 | 131 | 0 | 141 | 143 | 67 |
| Binary | 1110100 | 11111110 | 11101 | 110110 | 0 | 1011001 | 0 | 1100001 | 1100011 | 110111 |
Color Harmonies of #74FE1D
Complementary color
Monochromatic Colors of #74FE1D
Black with #74FE1D
Text Example
Text Example
White with #74FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE1D; }
p { color: rgb(116,254,29); }
H1.HeaderClassName
{
color: #74FE1D;
}
.AnyTagClassName
{
color: #74FE1D;
}
</style>
background-color css
<style>
a { background-color: #74FE1D; }
a { background-color: rgb(116,254,29); }
div.DivClassName
{
background-color: #74FE1D;
}
.BgClassName
{
background-color: #74FE1D;
}
</style>
border-color css
<style>
span { border-color: #74FE1D; }
span { border-color: rgb(116,254,29); }
td.TdClassName
{
border-color: #74FE1D;
}
.TagClassName
{
border-color: #74FE1D;
}
</style>