Shades of Lawn Green #74FA28
Tints of Lawn Green #74FA28
RGB
CMYK
RGB Variations
Color information
#74FA28 (or 0x74FA28) is known color: Lawn Green. HEX triplet: 74, FA and 28. RGB value is (116,250,40). Sum of RGB (Red+Green+Blue) = 116+250+40=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FA28 is #8B05D7. Grayscale: #BABABA. Windows color (decimal): -9111000 or 2685556. OLE color: 2685556.
HSL color Cylindrical-coordinate representation of color #74FA28: hue angle of 98.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74FA28 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 40 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.02 |
| HSL | 98.29º | 0.95% | 0.57% | - |
| HSV(B) | 98.29º | 0.84% | 0.98% | - |
| XYZ | 41.77 | 72.24 | 13.75 | - |
| YUV | 185.99 | 45.61 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 40 | 0.54 | 0 | 0.84 | 0.02 | 98.29 | 0.95 | 0.57 |
| Hex | 74 | FA | 28 | 36 | 0 | 54 | 2 | 62 | 5F | 39 |
| Octal | 164 | 372 | 50 | 66 | 0 | 124 | 2 | 142 | 137 | 71 |
| Binary | 1110100 | 11111010 | 101000 | 110110 | 0 | 1010100 | 10 | 1100010 | 1011111 | 111001 |
Color Harmonies of #74FA28
Complementary color
Monochromatic Colors of #74FA28
Black with #74FA28
Text Example
Text Example
White with #74FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA28; }
p { color: rgb(116,250,40); }
H1.HeaderClassName
{
color: #74FA28;
}
.AnyTagClassName
{
color: #74FA28;
}
</style>
background-color css
<style>
a { background-color: #74FA28; }
a { background-color: rgb(116,250,40); }
div.DivClassName
{
background-color: #74FA28;
}
.BgClassName
{
background-color: #74FA28;
}
</style>
border-color css
<style>
span { border-color: #74FA28; }
span { border-color: rgb(116,250,40); }
td.TdClassName
{
border-color: #74FA28;
}
.TagClassName
{
border-color: #74FA28;
}
</style>