Shades of Lawn Green #74E01A
Tints of Lawn Green #74E01A
RGB
CMYK
RGB Variations
Color information
#74E01A (or 0x74E01A) is known color: Lawn Green. HEX triplet: 74, E0 and 1A. RGB value is (116,224,26). Sum of RGB (Red+Green+Blue) = 116+224+26=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 224 (87.89% from 255 or 61.20% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 224 - color contains mainly: green. Hex color #74E01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E01A is #8B1FE5. Grayscale: #A9A9A9. Windows color (decimal): -9117670 or 1761396. OLE color: 1761396.
HSL color Cylindrical-coordinate representation of color #74E01A: hue angle of 92.73º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74E01A is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 224 | 26 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.12 |
| HSL | 92.73º | 0.79% | 0.49% | - |
| HSV(B) | 92.73º | 0.88% | 0.88% | - |
| XYZ | 34.04 | 57.1 | 10.2 | - |
| YUV | 169.14 | 47.22 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 26 | 0.48 | 0 | 0.88 | 0.12 | 92.73 | 0.79 | 0.49 |
| Hex | 74 | E0 | 1A | 30 | 0 | 58 | C | 5D | 4F | 31 |
| Octal | 164 | 340 | 32 | 60 | 0 | 130 | 14 | 135 | 117 | 61 |
| Binary | 1110100 | 11100000 | 11010 | 110000 | 0 | 1011000 | 1100 | 1011101 | 1001111 | 110001 |
Color Harmonies of #74E01A
Complementary color
Monochromatic Colors of #74E01A
Black with #74E01A
Text Example
Text Example
White with #74E01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E01A; }
p { color: rgb(116,224,26); }
H1.HeaderClassName
{
color: #74E01A;
}
.AnyTagClassName
{
color: #74E01A;
}
</style>
background-color css
<style>
a { background-color: #74E01A; }
a { background-color: rgb(116,224,26); }
div.DivClassName
{
background-color: #74E01A;
}
.BgClassName
{
background-color: #74E01A;
}
</style>
border-color css
<style>
span { border-color: #74E01A; }
span { border-color: rgb(116,224,26); }
td.TdClassName
{
border-color: #74E01A;
}
.TagClassName
{
border-color: #74E01A;
}
</style>