Shades of Lawn Green #74EA28
Tints of Lawn Green #74EA28
RGB
CMYK
RGB Variations
Color information
#74EA28 (or 0x74EA28) is known color: Lawn Green. HEX triplet: 74, EA and 28. RGB value is (116,234,40). Sum of RGB (Red+Green+Blue) = 116+234+40=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 234 (91.80% from 255 or 60% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 234 - color contains mainly: green. Hex color #74EA28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74EA28 is #8B15D7. Grayscale: #B1B1B1. Windows color (decimal): -9115096 or 2681460. OLE color: 2681460.
HSL color Cylindrical-coordinate representation of color #74EA28: hue angle of 96.49º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74EA28 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 40 | - |
| CMYK | 0.50 | 0 | 0.83 | 0.08 |
| HSL | 96.49º | 0.82% | 0.54% | - |
| HSV(B) | 96.49º | 0.83% | 0.92% | - |
| XYZ | 37.01 | 62.71 | 12.16 | - |
| YUV | 176.6 | 50.91 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 40 | 0.50 | 0 | 0.83 | 0.08 | 96.49 | 0.82 | 0.54 |
| Hex | 74 | EA | 28 | 32 | 0 | 53 | 8 | 60 | 52 | 36 |
| Octal | 164 | 352 | 50 | 62 | 0 | 123 | 10 | 140 | 122 | 66 |
| Binary | 1110100 | 11101010 | 101000 | 110010 | 0 | 1010011 | 1000 | 1100000 | 1010010 | 110110 |
Color Harmonies of #74EA28
Complementary color
Monochromatic Colors of #74EA28
Black with #74EA28
Text Example
Text Example
White with #74EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EA28; }
p { color: rgb(116,234,40); }
H1.HeaderClassName
{
color: #74EA28;
}
.AnyTagClassName
{
color: #74EA28;
}
</style>
background-color css
<style>
a { background-color: #74EA28; }
a { background-color: rgb(116,234,40); }
div.DivClassName
{
background-color: #74EA28;
}
.BgClassName
{
background-color: #74EA28;
}
</style>
border-color css
<style>
span { border-color: #74EA28; }
span { border-color: rgb(116,234,40); }
td.TdClassName
{
border-color: #74EA28;
}
.TagClassName
{
border-color: #74EA28;
}
</style>