Shades of Lawn Green #74FC00
Tints of Lawn Green #74FC00
RGB
CMYK
RGB Variations
Color information
#74FC00 (or 0x74FC00) is known color: Lawn Green. HEX triplet: 74, FC and 00. RGB value is (116,252,0). Sum of RGB (Red+Green+Blue) = 116+252+0=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 252 (98.83% from 255 or 68.48% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 252 - color contains mainly: green. Hex color #74FC00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FC00 is #8B03FF. Grayscale: #B7B7B7. Windows color (decimal): -9110528 or 64628. OLE color: 64628.
HSL color Cylindrical-coordinate representation of color #74FC00: hue angle of 92.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74FC00 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.01 |
| HSL | 92.38º | 1% | 0.49% | - |
| HSV(B) | 92.38º | 1% | 0.99% | - |
| XYZ | 42.01 | 73.33 | 11.94 | - |
| YUV | 182.61 | 24.94 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 0 | 0.54 | 0 | 1 | 0.01 | 92.38 | 1 | 0.49 |
| Hex | 74 | FC | 0 | 36 | 0 | 64 | 1 | 5C | 64 | 31 |
| Octal | 164 | 374 | 0 | 66 | 0 | 144 | 1 | 134 | 144 | 61 |
| Binary | 1110100 | 11111100 | 0 | 110110 | 0 | 1100100 | 1 | 1011100 | 1100100 | 110001 |
Color Harmonies of #74FC00
Complementary color
Monochromatic Colors of #74FC00
Black with #74FC00
Text Example
Text Example
White with #74FC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FC00; }
p { color: rgb(116,252,0); }
H1.HeaderClassName
{
color: #74FC00;
}
.AnyTagClassName
{
color: #74FC00;
}
</style>
background-color css
<style>
a { background-color: #74FC00; }
a { background-color: rgb(116,252,0); }
div.DivClassName
{
background-color: #74FC00;
}
.BgClassName
{
background-color: #74FC00;
}
</style>
border-color css
<style>
span { border-color: #74FC00; }
span { border-color: rgb(116,252,0); }
td.TdClassName
{
border-color: #74FC00;
}
.TagClassName
{
border-color: #74FC00;
}
</style>