Shades of Lawn Green #74F800
Tints of Lawn Green #74F800
RGB
CMYK
RGB Variations
Color information
#74F800 (or 0x74F800) is known color: Lawn Green. HEX triplet: 74, F8 and 00. RGB value is (116,248,0). Sum of RGB (Red+Green+Blue) = 116+248+0=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 248 (97.27% from 255 or 68.13% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 248 - color contains mainly: green. Hex color #74F800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F800 is #8B07FF. Grayscale: #B5B5B5. Windows color (decimal): -9111552 or 63604. OLE color: 63604.
HSL color Cylindrical-coordinate representation of color #74F800: hue angle of 91.94º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74F800 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.03 |
| HSL | 91.94º | 1% | 0.49% | - |
| HSV(B) | 91.94º | 1% | 0.97% | - |
| XYZ | 40.77 | 70.85 | 11.53 | - |
| YUV | 180.26 | 26.27 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 0 | 0.53 | 0 | 1 | 0.03 | 91.94 | 1 | 0.49 |
| Hex | 74 | F8 | 0 | 35 | 0 | 64 | 3 | 5C | 64 | 31 |
| Octal | 164 | 370 | 0 | 65 | 0 | 144 | 3 | 134 | 144 | 61 |
| Binary | 1110100 | 11111000 | 0 | 110101 | 0 | 1100100 | 11 | 1011100 | 1100100 | 110001 |
Color Harmonies of #74F800
Complementary color
Monochromatic Colors of #74F800
Black with #74F800
Text Example
Text Example
White with #74F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F800; }
p { color: rgb(116,248,0); }
H1.HeaderClassName
{
color: #74F800;
}
.AnyTagClassName
{
color: #74F800;
}
</style>
background-color css
<style>
a { background-color: #74F800; }
a { background-color: rgb(116,248,0); }
div.DivClassName
{
background-color: #74F800;
}
.BgClassName
{
background-color: #74F800;
}
</style>
border-color css
<style>
span { border-color: #74F800; }
span { border-color: rgb(116,248,0); }
td.TdClassName
{
border-color: #74F800;
}
.TagClassName
{
border-color: #74F800;
}
</style>