Shades of Lawn Green #74F133
Tints of Lawn Green #74F133
RGB
CMYK
RGB Variations
Color information
#74F133 (or 0x74F133) is known color: Lawn Green. HEX triplet: 74, F1 and 33. RGB value is (116,241,51). Sum of RGB (Red+Green+Blue) = 116+241+51=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 241 (94.53% from 255 or 59.07% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 241 - color contains mainly: green. Hex color #74F133 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F133 is #8B0ECC. Grayscale: #B6B6B6. Windows color (decimal): -9113293 or 3404148. OLE color: 3404148.
HSL color Cylindrical-coordinate representation of color #74F133: hue angle of 99.47º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74F133 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 51 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.05 |
| HSL | 99.47º | 0.87% | 0.57% | - |
| HSV(B) | 99.47º | 0.79% | 0.95% | - |
| XYZ | 39.26 | 66.86 | 13.97 | - |
| YUV | 181.97 | 54.09 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 51 | 0.52 | 0 | 0.79 | 0.05 | 99.47 | 0.87 | 0.57 |
| Hex | 74 | F1 | 33 | 34 | 0 | 4F | 5 | 63 | 57 | 39 |
| Octal | 164 | 361 | 63 | 64 | 0 | 117 | 5 | 143 | 127 | 71 |
| Binary | 1110100 | 11110001 | 110011 | 110100 | 0 | 1001111 | 101 | 1100011 | 1010111 | 111001 |
Color Harmonies of #74F133
Complementary color
Monochromatic Colors of #74F133
Black with #74F133
Text Example
Text Example
White with #74F133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F133; }
p { color: rgb(116,241,51); }
H1.HeaderClassName
{
color: #74F133;
}
.AnyTagClassName
{
color: #74F133;
}
</style>
background-color css
<style>
a { background-color: #74F133; }
a { background-color: rgb(116,241,51); }
div.DivClassName
{
background-color: #74F133;
}
.BgClassName
{
background-color: #74F133;
}
</style>
border-color css
<style>
span { border-color: #74F133; }
span { border-color: rgb(116,241,51); }
td.TdClassName
{
border-color: #74F133;
}
.TagClassName
{
border-color: #74F133;
}
</style>