Shades of Lawn Green #74FA30
Tints of Lawn Green #74FA30
RGB
CMYK
RGB Variations
Color information
#74FA30 (or 0x74FA30) is known color: Lawn Green. HEX triplet: 74, FA and 30. RGB value is (116,250,48). Sum of RGB (Red+Green+Blue) = 116+250+48=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FA30 is #8B05CF. Grayscale: #BBBBBB. Windows color (decimal): -9110992 or 3209844. OLE color: 3209844.
HSL color Cylindrical-coordinate representation of color #74FA30: hue angle of 99.8º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74FA30 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 48 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.02 |
| HSL | 99.8º | 0.95% | 0.58% | - |
| HSV(B) | 99.8º | 0.81% | 0.98% | - |
| XYZ | 41.92 | 72.3 | 14.54 | - |
| YUV | 186.91 | 49.61 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 48 | 0.54 | 0 | 0.81 | 0.02 | 99.8 | 0.95 | 0.58 |
| Hex | 74 | FA | 30 | 36 | 0 | 51 | 2 | 64 | 5F | 3A |
| Octal | 164 | 372 | 60 | 66 | 0 | 121 | 2 | 144 | 137 | 72 |
| Binary | 1110100 | 11111010 | 110000 | 110110 | 0 | 1010001 | 10 | 1100100 | 1011111 | 111010 |
Color Harmonies of #74FA30
Complementary color
Monochromatic Colors of #74FA30
Black with #74FA30
Text Example
Text Example
White with #74FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA30; }
p { color: rgb(116,250,48); }
H1.HeaderClassName
{
color: #74FA30;
}
.AnyTagClassName
{
color: #74FA30;
}
</style>
background-color css
<style>
a { background-color: #74FA30; }
a { background-color: rgb(116,250,48); }
div.DivClassName
{
background-color: #74FA30;
}
.BgClassName
{
background-color: #74FA30;
}
</style>
border-color css
<style>
span { border-color: #74FA30; }
span { border-color: rgb(116,250,48); }
td.TdClassName
{
border-color: #74FA30;
}
.TagClassName
{
border-color: #74FA30;
}
</style>