Shades of Lawn Green #74FA2A
Tints of Lawn Green #74FA2A
RGB
CMYK
RGB Variations
Color information
#74FA2A (or 0x74FA2A) is known color: Lawn Green. HEX triplet: 74, FA and 2A. RGB value is (116,250,42). Sum of RGB (Red+Green+Blue) = 116+250+42=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FA2A is #8B05D5. Grayscale: #BABABA. Windows color (decimal): -9110998 or 2816628. OLE color: 2816628.
HSL color Cylindrical-coordinate representation of color #74FA2A: hue angle of 98.65º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74FA2A is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 42 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.02 |
| HSL | 98.65º | 0.95% | 0.57% | - |
| HSV(B) | 98.65º | 0.83% | 0.98% | - |
| XYZ | 41.81 | 72.25 | 13.93 | - |
| YUV | 186.22 | 46.61 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 42 | 0.54 | 0 | 0.83 | 0.02 | 98.65 | 0.95 | 0.57 |
| Hex | 74 | FA | 2A | 36 | 0 | 53 | 2 | 63 | 5F | 39 |
| Octal | 164 | 372 | 52 | 66 | 0 | 123 | 2 | 143 | 137 | 71 |
| Binary | 1110100 | 11111010 | 101010 | 110110 | 0 | 1010011 | 10 | 1100011 | 1011111 | 111001 |
Color Harmonies of #74FA2A
Complementary color
Monochromatic Colors of #74FA2A
Black with #74FA2A
Text Example
Text Example
White with #74FA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA2A; }
p { color: rgb(116,250,42); }
H1.HeaderClassName
{
color: #74FA2A;
}
.AnyTagClassName
{
color: #74FA2A;
}
</style>
background-color css
<style>
a { background-color: #74FA2A; }
a { background-color: rgb(116,250,42); }
div.DivClassName
{
background-color: #74FA2A;
}
.BgClassName
{
background-color: #74FA2A;
}
</style>
border-color css
<style>
span { border-color: #74FA2A; }
span { border-color: rgb(116,250,42); }
td.TdClassName
{
border-color: #74FA2A;
}
.TagClassName
{
border-color: #74FA2A;
}
</style>