Shades of Lawn Green #74FF28
Tints of Lawn Green #74FF28
RGB
CMYK
RGB Variations
Color information
#74FF28 (or 0x74FF28) is known color: Lawn Green. HEX triplet: 74, FF and 28. RGB value is (116,255,40). Sum of RGB (Red+Green+Blue) = 116+255+40=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FF28 is #8B00D7. Grayscale: #BDBDBD. Windows color (decimal): -9109720 or 2686836. OLE color: 2686836.
HSL color Cylindrical-coordinate representation of color #74FF28: hue angle of 98.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74FF28 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 40 | - |
| CMYK | 0.55 | 0 | 0.84 | 0 |
| HSL | 98.79º | 1% | 0.58% | - |
| HSV(B) | 98.79º | 0.84% | 1% | - |
| XYZ | 43.35 | 75.39 | 14.27 | - |
| YUV | 188.93 | 43.95 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 40 | 0.55 | 0 | 0.84 | 0 | 98.79 | 1 | 0.58 |
| Hex | 74 | FF | 28 | 37 | 0 | 54 | 0 | 63 | 64 | 3A |
| Octal | 164 | 377 | 50 | 67 | 0 | 124 | 0 | 143 | 144 | 72 |
| Binary | 1110100 | 11111111 | 101000 | 110111 | 0 | 1010100 | 0 | 1100011 | 1100100 | 111010 |
Color Harmonies of #74FF28
Complementary color
Monochromatic Colors of #74FF28
Black with #74FF28
Text Example
Text Example
White with #74FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF28; }
p { color: rgb(116,255,40); }
H1.HeaderClassName
{
color: #74FF28;
}
.AnyTagClassName
{
color: #74FF28;
}
</style>
background-color css
<style>
a { background-color: #74FF28; }
a { background-color: rgb(116,255,40); }
div.DivClassName
{
background-color: #74FF28;
}
.BgClassName
{
background-color: #74FF28;
}
</style>
border-color css
<style>
span { border-color: #74FF28; }
span { border-color: rgb(116,255,40); }
td.TdClassName
{
border-color: #74FF28;
}
.TagClassName
{
border-color: #74FF28;
}
</style>