Shades of Lawn Green #74F802
Tints of Lawn Green #74F802
RGB
CMYK
RGB Variations
Color information
#74F802 (or 0x74F802) is known color: Lawn Green. HEX triplet: 74, F8 and 02. RGB value is (116,248,2). Sum of RGB (Red+Green+Blue) = 116+248+2=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 248 (97.27% from 255 or 67.76% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 248 - color contains mainly: green. Hex color #74F802 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F802 is #8B07FD. Grayscale: #B5B5B5. Windows color (decimal): -9111550 or 194676. OLE color: 194676.
HSL color Cylindrical-coordinate representation of color #74F802: hue angle of 92.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74F802 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.03 |
| HSL | 92.2º | 0.98% | 0.49% | - |
| HSV(B) | 92.2º | 0.99% | 0.97% | - |
| XYZ | 40.78 | 70.85 | 11.58 | - |
| YUV | 180.49 | 27.27 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 2 | 0.53 | 0 | 0.99 | 0.03 | 92.2 | 0.98 | 0.49 |
| Hex | 74 | F8 | 2 | 35 | 0 | 63 | 3 | 5C | 62 | 31 |
| Octal | 164 | 370 | 2 | 65 | 0 | 143 | 3 | 134 | 142 | 61 |
| Binary | 1110100 | 11111000 | 10 | 110101 | 0 | 1100011 | 11 | 1011100 | 1100010 | 110001 |
Color Harmonies of #74F802
Complementary color
Monochromatic Colors of #74F802
Black with #74F802
Text Example
Text Example
White with #74F802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F802; }
p { color: rgb(116,248,2); }
H1.HeaderClassName
{
color: #74F802;
}
.AnyTagClassName
{
color: #74F802;
}
</style>
background-color css
<style>
a { background-color: #74F802; }
a { background-color: rgb(116,248,2); }
div.DivClassName
{
background-color: #74F802;
}
.BgClassName
{
background-color: #74F802;
}
</style>
border-color css
<style>
span { border-color: #74F802; }
span { border-color: rgb(116,248,2); }
td.TdClassName
{
border-color: #74F802;
}
.TagClassName
{
border-color: #74F802;
}
</style>