Shades of Lawn Green #74FE26
Tints of Lawn Green #74FE26
RGB
CMYK
RGB Variations
Color information
#74FE26 (or 0x74FE26) is known color: Lawn Green. HEX triplet: 74, FE and 26. RGB value is (116,254,38). Sum of RGB (Red+Green+Blue) = 116+254+38=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 254 (99.61% from 255 or 62.25% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE26 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FE26 is #8B01D9. Grayscale: #BCBCBC. Windows color (decimal): -9109978 or 2555508. OLE color: 2555508.
HSL color Cylindrical-coordinate representation of color #74FE26: hue angle of 98.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74FE26 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 38 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.00 |
| HSL | 98.33º | 0.99% | 0.57% | - |
| HSV(B) | 98.33º | 0.85% | 1% | - |
| XYZ | 42.99 | 74.74 | 13.99 | - |
| YUV | 188.11 | 43.28 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 38 | 0.54 | 0 | 0.85 | 0.00 | 98.33 | 0.99 | 0.57 |
| Hex | 74 | FE | 26 | 36 | 0 | 55 | 0 | 62 | 63 | 39 |
| Octal | 164 | 376 | 46 | 66 | 0 | 125 | 0 | 142 | 143 | 71 |
| Binary | 1110100 | 11111110 | 100110 | 110110 | 0 | 1010101 | 0 | 1100010 | 1100011 | 111001 |
Color Harmonies of #74FE26
Complementary color
Monochromatic Colors of #74FE26
Black with #74FE26
Text Example
Text Example
White with #74FE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE26; }
p { color: rgb(116,254,38); }
H1.HeaderClassName
{
color: #74FE26;
}
.AnyTagClassName
{
color: #74FE26;
}
</style>
background-color css
<style>
a { background-color: #74FE26; }
a { background-color: rgb(116,254,38); }
div.DivClassName
{
background-color: #74FE26;
}
.BgClassName
{
background-color: #74FE26;
}
</style>
border-color css
<style>
span { border-color: #74FE26; }
span { border-color: rgb(116,254,38); }
td.TdClassName
{
border-color: #74FE26;
}
.TagClassName
{
border-color: #74FE26;
}
</style>