Shades of Lawn Green #74FA02
Tints of Lawn Green #74FA02
RGB
CMYK
RGB Variations
Color information
#74FA02 (or 0x74FA02) is known color: Lawn Green. HEX triplet: 74, FA and 02. RGB value is (116,250,2). Sum of RGB (Red+Green+Blue) = 116+250+2=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 250 (98.05% from 255 or 67.93% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FA02 is #8B05FD. Grayscale: #B6B6B6. Windows color (decimal): -9111038 or 195188. OLE color: 195188.
HSL color Cylindrical-coordinate representation of color #74FA02: hue angle of 92.42º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74FA02 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 2 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.02 |
| HSL | 92.42º | 0.98% | 0.49% | - |
| HSV(B) | 92.42º | 0.99% | 0.98% | - |
| XYZ | 41.4 | 72.09 | 11.79 | - |
| YUV | 181.66 | 26.61 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 2 | 0.54 | 0 | 0.99 | 0.02 | 92.42 | 0.98 | 0.49 |
| Hex | 74 | FA | 2 | 36 | 0 | 63 | 2 | 5C | 62 | 31 |
| Octal | 164 | 372 | 2 | 66 | 0 | 143 | 2 | 134 | 142 | 61 |
| Binary | 1110100 | 11111010 | 10 | 110110 | 0 | 1100011 | 10 | 1011100 | 1100010 | 110001 |
Color Harmonies of #74FA02
Complementary color
Monochromatic Colors of #74FA02
Black with #74FA02
Text Example
Text Example
White with #74FA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA02; }
p { color: rgb(116,250,2); }
H1.HeaderClassName
{
color: #74FA02;
}
.AnyTagClassName
{
color: #74FA02;
}
</style>
background-color css
<style>
a { background-color: #74FA02; }
a { background-color: rgb(116,250,2); }
div.DivClassName
{
background-color: #74FA02;
}
.BgClassName
{
background-color: #74FA02;
}
</style>
border-color css
<style>
span { border-color: #74FA02; }
span { border-color: rgb(116,250,2); }
td.TdClassName
{
border-color: #74FA02;
}
.TagClassName
{
border-color: #74FA02;
}
</style>