Shades of Lawn Green #74F912
Tints of Lawn Green #74F912
RGB
CMYK
RGB Variations
Color information
#74F912 (or 0x74F912) is known color: Lawn Green. HEX triplet: 74, F9 and 12. RGB value is (116,249,18). Sum of RGB (Red+Green+Blue) = 116+249+18=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 249 (97.66% from 255 or 65.01% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 249 - color contains mainly: green. Hex color #74F912 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F912 is #8B06ED. Grayscale: #B7B7B7. Windows color (decimal): -9111278 or 1243508. OLE color: 1243508.
HSL color Cylindrical-coordinate representation of color #74F912: hue angle of 94.55º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74F912 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 249 | 18 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.02 |
| HSL | 94.55º | 0.95% | 0.52% | - |
| HSV(B) | 94.55º | 0.93% | 0.98% | - |
| XYZ | 41.19 | 71.51 | 12.2 | - |
| YUV | 182.9 | 34.94 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 249 | 18 | 0.53 | 0 | 0.93 | 0.02 | 94.55 | 0.95 | 0.52 |
| Hex | 74 | F9 | 12 | 35 | 0 | 5D | 2 | 5F | 5F | 34 |
| Octal | 164 | 371 | 22 | 65 | 0 | 135 | 2 | 137 | 137 | 64 |
| Binary | 1110100 | 11111001 | 10010 | 110101 | 0 | 1011101 | 10 | 1011111 | 1011111 | 110100 |
Color Harmonies of #74F912
Complementary color
Monochromatic Colors of #74F912
Black with #74F912
Text Example
Text Example
White with #74F912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F912; }
p { color: rgb(116,249,18); }
H1.HeaderClassName
{
color: #74F912;
}
.AnyTagClassName
{
color: #74F912;
}
</style>
background-color css
<style>
a { background-color: #74F912; }
a { background-color: rgb(116,249,18); }
div.DivClassName
{
background-color: #74F912;
}
.BgClassName
{
background-color: #74F912;
}
</style>
border-color css
<style>
span { border-color: #74F912; }
span { border-color: rgb(116,249,18); }
td.TdClassName
{
border-color: #74F912;
}
.TagClassName
{
border-color: #74F912;
}
</style>