Shades of Lawn Green #74FE0F
Tints of Lawn Green #74FE0F
RGB
CMYK
RGB Variations
Color information
#74FE0F (or 0x74FE0F) is known color: Lawn Green. HEX triplet: 74, FE and 0F. RGB value is (116,254,15). Sum of RGB (Red+Green+Blue) = 116+254+15=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 254 (99.61% from 255 or 65.97% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FE0F is #8B01F0. Grayscale: #BABABA. Windows color (decimal): -9110001 or 1048180. OLE color: 1048180.
HSL color Cylindrical-coordinate representation of color #74FE0F: hue angle of 94.64º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74FE0F is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 15 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.00 |
| HSL | 94.64º | 0.99% | 0.53% | - |
| HSV(B) | 94.64º | 0.94% | 1% | - |
| XYZ | 42.73 | 74.63 | 12.61 | - |
| YUV | 185.49 | 31.78 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 15 | 0.54 | 0 | 0.94 | 0.00 | 94.64 | 0.99 | 0.53 |
| Hex | 74 | FE | F | 36 | 0 | 5E | 0 | 5F | 63 | 35 |
| Octal | 164 | 376 | 17 | 66 | 0 | 136 | 0 | 137 | 143 | 65 |
| Binary | 1110100 | 11111110 | 1111 | 110110 | 0 | 1011110 | 0 | 1011111 | 1100011 | 110101 |
Color Harmonies of #74FE0F
Complementary color
Monochromatic Colors of #74FE0F
Black with #74FE0F
Text Example
Text Example
White with #74FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE0F; }
p { color: rgb(116,254,15); }
H1.HeaderClassName
{
color: #74FE0F;
}
.AnyTagClassName
{
color: #74FE0F;
}
</style>
background-color css
<style>
a { background-color: #74FE0F; }
a { background-color: rgb(116,254,15); }
div.DivClassName
{
background-color: #74FE0F;
}
.BgClassName
{
background-color: #74FE0F;
}
</style>
border-color css
<style>
span { border-color: #74FE0F; }
span { border-color: rgb(116,254,15); }
td.TdClassName
{
border-color: #74FE0F;
}
.TagClassName
{
border-color: #74FE0F;
}
</style>