Shades of Lawn Green #74E026
Tints of Lawn Green #74E026
RGB
CMYK
RGB Variations
Color information
#74E026 (or 0x74E026) is known color: Lawn Green. HEX triplet: 74, E0 and 26. RGB value is (116,224,38). Sum of RGB (Red+Green+Blue) = 116+224+38=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #74E026 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E026 is #8B1FD9. Grayscale: #ABABAB. Windows color (decimal): -9117658 or 2547828. OLE color: 2547828.
HSL color Cylindrical-coordinate representation of color #74E026: hue angle of 94.84º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74E026 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 224 | 38 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.12 |
| HSL | 94.84º | 0.75% | 0.51% | - |
| HSV(B) | 94.84º | 0.83% | 0.88% | - |
| XYZ | 34.21 | 57.16 | 11.06 | - |
| YUV | 170.5 | 53.22 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 38 | 0.48 | 0 | 0.83 | 0.12 | 94.84 | 0.75 | 0.51 |
| Hex | 74 | E0 | 26 | 30 | 0 | 53 | C | 5F | 4B | 33 |
| Octal | 164 | 340 | 46 | 60 | 0 | 123 | 14 | 137 | 113 | 63 |
| Binary | 1110100 | 11100000 | 100110 | 110000 | 0 | 1010011 | 1100 | 1011111 | 1001011 | 110011 |
Color Harmonies of #74E026
Complementary color
Monochromatic Colors of #74E026
Black with #74E026
Text Example
Text Example
White with #74E026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E026; }
p { color: rgb(116,224,38); }
H1.HeaderClassName
{
color: #74E026;
}
.AnyTagClassName
{
color: #74E026;
}
</style>
background-color css
<style>
a { background-color: #74E026; }
a { background-color: rgb(116,224,38); }
div.DivClassName
{
background-color: #74E026;
}
.BgClassName
{
background-color: #74E026;
}
</style>
border-color css
<style>
span { border-color: #74E026; }
span { border-color: rgb(116,224,38); }
td.TdClassName
{
border-color: #74E026;
}
.TagClassName
{
border-color: #74E026;
}
</style>