Shades of Lawn Green #74FC1D
Tints of Lawn Green #74FC1D
RGB
CMYK
RGB Variations
Color information
#74FC1D (or 0x74FC1D) is known color: Lawn Green. HEX triplet: 74, FC and 1D. RGB value is (116,252,29). Sum of RGB (Red+Green+Blue) = 116+252+29=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 252 (98.83% from 255 or 63.48% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 252 - color contains mainly: green. Hex color #74FC1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FC1D is #8B03E2. Grayscale: #BABABA. Windows color (decimal): -9110499 or 1965172. OLE color: 1965172.
HSL color Cylindrical-coordinate representation of color #74FC1D: hue angle of 96.59º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74FC1D is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 29 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.01 |
| HSL | 96.59º | 0.97% | 0.55% | - |
| HSV(B) | 96.59º | 0.88% | 0.99% | - |
| XYZ | 42.23 | 73.42 | 13.11 | - |
| YUV | 185.91 | 39.44 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 29 | 0.54 | 0 | 0.88 | 0.01 | 96.59 | 0.97 | 0.55 |
| Hex | 74 | FC | 1D | 36 | 0 | 58 | 1 | 61 | 61 | 37 |
| Octal | 164 | 374 | 35 | 66 | 0 | 130 | 1 | 141 | 141 | 67 |
| Binary | 1110100 | 11111100 | 11101 | 110110 | 0 | 1011000 | 1 | 1100001 | 1100001 | 110111 |
Color Harmonies of #74FC1D
Complementary color
Monochromatic Colors of #74FC1D
Black with #74FC1D
Text Example
Text Example
White with #74FC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FC1D; }
p { color: rgb(116,252,29); }
H1.HeaderClassName
{
color: #74FC1D;
}
.AnyTagClassName
{
color: #74FC1D;
}
</style>
background-color css
<style>
a { background-color: #74FC1D; }
a { background-color: rgb(116,252,29); }
div.DivClassName
{
background-color: #74FC1D;
}
.BgClassName
{
background-color: #74FC1D;
}
</style>
border-color css
<style>
span { border-color: #74FC1D; }
span { border-color: rgb(116,252,29); }
td.TdClassName
{
border-color: #74FC1D;
}
.TagClassName
{
border-color: #74FC1D;
}
</style>