Shades of Lawn Green #76FA30
Tints of Lawn Green #76FA30
RGB
CMYK
RGB Variations
Color information
#76FA30 (or 0x76FA30) is known color: Lawn Green. HEX triplet: 76, FA and 30. RGB value is (118,250,48). Sum of RGB (Red+Green+Blue) = 118+250+48=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FA30 is #8905CF. Grayscale: #BCBCBC. Windows color (decimal): -8979920 or 3209846. OLE color: 3209846.
HSL color Cylindrical-coordinate representation of color #76FA30: hue angle of 99.21º 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 #76FA30 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 48 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.02 |
| HSL | 99.21º | 0.95% | 0.58% | - |
| HSV(B) | 99.21º | 0.81% | 0.98% | - |
| XYZ | 42.19 | 72.44 | 14.55 | - |
| YUV | 187.5 | 49.27 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 48 | 0.53 | 0 | 0.81 | 0.02 | 99.21 | 0.95 | 0.58 |
| Hex | 76 | FA | 30 | 35 | 0 | 51 | 2 | 63 | 5F | 3A |
| Octal | 166 | 372 | 60 | 65 | 0 | 121 | 2 | 143 | 137 | 72 |
| Binary | 1110110 | 11111010 | 110000 | 110101 | 0 | 1010001 | 10 | 1100011 | 1011111 | 111010 |
Color Harmonies of #76FA30
Complementary color
Monochromatic Colors of #76FA30
Black with #76FA30
Text Example
Text Example
White with #76FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA30; }
p { color: rgb(118,250,48); }
H1.HeaderClassName
{
color: #76FA30;
}
.AnyTagClassName
{
color: #76FA30;
}
</style>
background-color css
<style>
a { background-color: #76FA30; }
a { background-color: rgb(118,250,48); }
div.DivClassName
{
background-color: #76FA30;
}
.BgClassName
{
background-color: #76FA30;
}
</style>
border-color css
<style>
span { border-color: #76FA30; }
span { border-color: rgb(118,250,48); }
td.TdClassName
{
border-color: #76FA30;
}
.TagClassName
{
border-color: #76FA30;
}
</style>