Shades of Lawn Green #74F312
Tints of Lawn Green #74F312
RGB
CMYK
RGB Variations
Color information
#74F312 (or 0x74F312) is known color: Lawn Green. HEX triplet: 74, F3 and 12. RGB value is (116,243,18). Sum of RGB (Red+Green+Blue) = 116+243+18=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 243 (95.31% from 255 or 64.46% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 243 - color contains mainly: green. Hex color #74F312 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F312 is #8B0CED. Grayscale: #B4B4B4. Windows color (decimal): -9112814 or 1241972. OLE color: 1241972.
HSL color Cylindrical-coordinate representation of color #74F312: hue angle of 93.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74F312 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 18 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.05 |
| HSL | 93.87º | 0.9% | 0.51% | - |
| HSV(B) | 93.87º | 0.93% | 0.95% | - |
| XYZ | 39.36 | 67.86 | 11.6 | - |
| YUV | 179.38 | 36.92 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 18 | 0.52 | 0 | 0.93 | 0.05 | 93.87 | 0.9 | 0.51 |
| Hex | 74 | F3 | 12 | 34 | 0 | 5D | 5 | 5E | 5A | 33 |
| Octal | 164 | 363 | 22 | 64 | 0 | 135 | 5 | 136 | 132 | 63 |
| Binary | 1110100 | 11110011 | 10010 | 110100 | 0 | 1011101 | 101 | 1011110 | 1011010 | 110011 |
Color Harmonies of #74F312
Complementary color
Monochromatic Colors of #74F312
Black with #74F312
Text Example
Text Example
White with #74F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F312; }
p { color: rgb(116,243,18); }
H1.HeaderClassName
{
color: #74F312;
}
.AnyTagClassName
{
color: #74F312;
}
</style>
background-color css
<style>
a { background-color: #74F312; }
a { background-color: rgb(116,243,18); }
div.DivClassName
{
background-color: #74F312;
}
.BgClassName
{
background-color: #74F312;
}
</style>
border-color css
<style>
span { border-color: #74F312; }
span { border-color: rgb(116,243,18); }
td.TdClassName
{
border-color: #74F312;
}
.TagClassName
{
border-color: #74F312;
}
</style>