Shades of Lawn Green #74FC1C
Tints of Lawn Green #74FC1C
RGB
CMYK
RGB Variations
Color information
#74FC1C (or 0x74FC1C) is known color: Lawn Green. HEX triplet: 74, FC and 1C. RGB value is (116,252,28). Sum of RGB (Red+Green+Blue) = 116+252+28=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 252 (98.83% from 255 or 63.64% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 252 - color contains mainly: green. Hex color #74FC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FC1C is #8B03E3. Grayscale: #BABABA. Windows color (decimal): -9110500 or 1899636. OLE color: 1899636.
HSL color Cylindrical-coordinate representation of color #74FC1C: hue angle of 96.43º degrees, saturation: 0.97, 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 #74FC1C is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 28 | - |
| CMYK | 0.54 | 0 | 0.89 | 0.01 |
| HSL | 96.43º | 0.97% | 0.55% | - |
| HSV(B) | 96.43º | 0.89% | 0.99% | - |
| XYZ | 42.22 | 73.42 | 13.04 | - |
| YUV | 185.8 | 38.94 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 28 | 0.54 | 0 | 0.89 | 0.01 | 96.43 | 0.97 | 0.55 |
| Hex | 74 | FC | 1C | 36 | 0 | 59 | 1 | 60 | 61 | 37 |
| Octal | 164 | 374 | 34 | 66 | 0 | 131 | 1 | 140 | 141 | 67 |
| Binary | 1110100 | 11111100 | 11100 | 110110 | 0 | 1011001 | 1 | 1100000 | 1100001 | 110111 |
Color Harmonies of #74FC1C
Complementary color
Monochromatic Colors of #74FC1C
Black with #74FC1C
Text Example
Text Example
White with #74FC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FC1C; }
p { color: rgb(116,252,28); }
H1.HeaderClassName
{
color: #74FC1C;
}
.AnyTagClassName
{
color: #74FC1C;
}
</style>
background-color css
<style>
a { background-color: #74FC1C; }
a { background-color: rgb(116,252,28); }
div.DivClassName
{
background-color: #74FC1C;
}
.BgClassName
{
background-color: #74FC1C;
}
</style>
border-color css
<style>
span { border-color: #74FC1C; }
span { border-color: rgb(116,252,28); }
td.TdClassName
{
border-color: #74FC1C;
}
.TagClassName
{
border-color: #74FC1C;
}
</style>