Shades of Lawn Green #74EA0F
Tints of Lawn Green #74EA0F
RGB
CMYK
RGB Variations
Color information
#74EA0F (or 0x74EA0F) is known color: Lawn Green. HEX triplet: 74, EA and 0F. RGB value is (116,234,15). Sum of RGB (Red+Green+Blue) = 116+234+15=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #74EA0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74EA0F is #8B15F0. Grayscale: #AEAEAE. Windows color (decimal): -9115121 or 1043060. OLE color: 1043060.
HSL color Cylindrical-coordinate representation of color #74EA0F: hue angle of 92.33º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74EA0F is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 15 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.08 |
| HSL | 92.33º | 0.88% | 0.49% | - |
| HSV(B) | 92.33º | 0.94% | 0.92% | - |
| XYZ | 36.71 | 62.59 | 10.6 | - |
| YUV | 173.75 | 38.41 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 15 | 0.50 | 0 | 0.94 | 0.08 | 92.33 | 0.88 | 0.49 |
| Hex | 74 | EA | F | 32 | 0 | 5E | 8 | 5C | 58 | 31 |
| Octal | 164 | 352 | 17 | 62 | 0 | 136 | 10 | 134 | 130 | 61 |
| Binary | 1110100 | 11101010 | 1111 | 110010 | 0 | 1011110 | 1000 | 1011100 | 1011000 | 110001 |
Color Harmonies of #74EA0F
Complementary color
Monochromatic Colors of #74EA0F
Black with #74EA0F
Text Example
Text Example
White with #74EA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EA0F; }
p { color: rgb(116,234,15); }
H1.HeaderClassName
{
color: #74EA0F;
}
.AnyTagClassName
{
color: #74EA0F;
}
</style>
background-color css
<style>
a { background-color: #74EA0F; }
a { background-color: rgb(116,234,15); }
div.DivClassName
{
background-color: #74EA0F;
}
.BgClassName
{
background-color: #74EA0F;
}
</style>
border-color css
<style>
span { border-color: #74EA0F; }
span { border-color: rgb(116,234,15); }
td.TdClassName
{
border-color: #74EA0F;
}
.TagClassName
{
border-color: #74EA0F;
}
</style>