Shades of Lawn Green #74F115
Tints of Lawn Green #74F115
RGB
CMYK
RGB Variations
Color information
#74F115 (or 0x74F115) is known color: Lawn Green. HEX triplet: 74, F1 and 15. RGB value is (116,241,21). Sum of RGB (Red+Green+Blue) = 116+241+21=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #74F115 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F115 is #8B0EEA. Grayscale: #B3B3B3. Windows color (decimal): -9113323 or 1438068. OLE color: 1438068.
HSL color Cylindrical-coordinate representation of color #74F115: hue angle of 94.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74F115 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 21 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.05 |
| HSL | 94.09º | 0.89% | 0.51% | - |
| HSV(B) | 94.09º | 0.91% | 0.95% | - |
| XYZ | 38.79 | 66.68 | 11.53 | - |
| YUV | 178.55 | 39.09 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 21 | 0.52 | 0 | 0.91 | 0.05 | 94.09 | 0.89 | 0.51 |
| Hex | 74 | F1 | 15 | 34 | 0 | 5B | 5 | 5E | 59 | 33 |
| Octal | 164 | 361 | 25 | 64 | 0 | 133 | 5 | 136 | 131 | 63 |
| Binary | 1110100 | 11110001 | 10101 | 110100 | 0 | 1011011 | 101 | 1011110 | 1011001 | 110011 |
Color Harmonies of #74F115
Complementary color
Monochromatic Colors of #74F115
Black with #74F115
Text Example
Text Example
White with #74F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F115; }
p { color: rgb(116,241,21); }
H1.HeaderClassName
{
color: #74F115;
}
.AnyTagClassName
{
color: #74F115;
}
</style>
background-color css
<style>
a { background-color: #74F115; }
a { background-color: rgb(116,241,21); }
div.DivClassName
{
background-color: #74F115;
}
.BgClassName
{
background-color: #74F115;
}
</style>
border-color css
<style>
span { border-color: #74F115; }
span { border-color: rgb(116,241,21); }
td.TdClassName
{
border-color: #74F115;
}
.TagClassName
{
border-color: #74F115;
}
</style>