Shades of Lawn Green #74F602
Tints of Lawn Green #74F602
RGB
CMYK
RGB Variations
Color information
#74F602 (or 0x74F602) is known color: Lawn Green. HEX triplet: 74, F6 and 02. RGB value is (116,246,2). Sum of RGB (Red+Green+Blue) = 116+246+2=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 246 (96.48% from 255 or 67.58% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 246 - color contains mainly: green. Hex color #74F602 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F602 is #8B09FD. Grayscale: #B4B4B4. Windows color (decimal): -9112062 or 194164. OLE color: 194164.
HSL color Cylindrical-coordinate representation of color #74F602: hue angle of 91.97º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74F602 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 246 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.04 |
| HSL | 91.97º | 0.98% | 0.49% | - |
| HSV(B) | 91.97º | 0.99% | 0.96% | - |
| XYZ | 40.17 | 69.63 | 11.38 | - |
| YUV | 179.31 | 27.93 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 246 | 2 | 0.53 | 0 | 0.99 | 0.04 | 91.97 | 0.98 | 0.49 |
| Hex | 74 | F6 | 2 | 35 | 0 | 63 | 4 | 5C | 62 | 31 |
| Octal | 164 | 366 | 2 | 65 | 0 | 143 | 4 | 134 | 142 | 61 |
| Binary | 1110100 | 11110110 | 10 | 110101 | 0 | 1100011 | 100 | 1011100 | 1100010 | 110001 |
Color Harmonies of #74F602
Complementary color
Monochromatic Colors of #74F602
Black with #74F602
Text Example
Text Example
White with #74F602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F602; }
p { color: rgb(116,246,2); }
H1.HeaderClassName
{
color: #74F602;
}
.AnyTagClassName
{
color: #74F602;
}
</style>
background-color css
<style>
a { background-color: #74F602; }
a { background-color: rgb(116,246,2); }
div.DivClassName
{
background-color: #74F602;
}
.BgClassName
{
background-color: #74F602;
}
</style>
border-color css
<style>
span { border-color: #74F602; }
span { border-color: rgb(116,246,2); }
td.TdClassName
{
border-color: #74F602;
}
.TagClassName
{
border-color: #74F602;
}
</style>