Shades of Lawn Green #74F61C
Tints of Lawn Green #74F61C
RGB
CMYK
RGB Variations
Color information
#74F61C (or 0x74F61C) is known color: Lawn Green. HEX triplet: 74, F6 and 1C. RGB value is (116,246,28). Sum of RGB (Red+Green+Blue) = 116+246+28=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 246 (96.48% from 255 or 63.08% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 246 - color contains mainly: green. Hex color #74F61C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F61C is #8B09E3. Grayscale: #B7B7B7. Windows color (decimal): -9112036 or 1898100. OLE color: 1898100.
HSL color Cylindrical-coordinate representation of color #74F61C: hue angle of 95.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74F61C is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 246 | 28 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.04 |
| HSL | 95.78º | 0.92% | 0.54% | - |
| HSV(B) | 95.78º | 0.89% | 0.96% | - |
| XYZ | 40.37 | 69.71 | 12.43 | - |
| YUV | 182.28 | 40.93 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 246 | 28 | 0.53 | 0 | 0.89 | 0.04 | 95.78 | 0.92 | 0.54 |
| Hex | 74 | F6 | 1C | 35 | 0 | 59 | 4 | 60 | 5C | 36 |
| Octal | 164 | 366 | 34 | 65 | 0 | 131 | 4 | 140 | 134 | 66 |
| Binary | 1110100 | 11110110 | 11100 | 110101 | 0 | 1011001 | 100 | 1100000 | 1011100 | 110110 |
Color Harmonies of #74F61C
Complementary color
Monochromatic Colors of #74F61C
Black with #74F61C
Text Example
Text Example
White with #74F61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F61C; }
p { color: rgb(116,246,28); }
H1.HeaderClassName
{
color: #74F61C;
}
.AnyTagClassName
{
color: #74F61C;
}
</style>
background-color css
<style>
a { background-color: #74F61C; }
a { background-color: rgb(116,246,28); }
div.DivClassName
{
background-color: #74F61C;
}
.BgClassName
{
background-color: #74F61C;
}
</style>
border-color css
<style>
span { border-color: #74F61C; }
span { border-color: rgb(116,246,28); }
td.TdClassName
{
border-color: #74F61C;
}
.TagClassName
{
border-color: #74F61C;
}
</style>