Shades of Lawn Green #76FB2D
Tints of Lawn Green #76FB2D
RGB
CMYK
RGB Variations
Color information
#76FB2D (or 0x76FB2D) is known color: Lawn Green. HEX triplet: 76, FB and 2D. RGB value is (118,251,45). Sum of RGB (Red+Green+Blue) = 118+251+45=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 251 (98.44% from 255 or 60.63% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 251 - color contains mainly: green. Hex color #76FB2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FB2D is #8904D2. Grayscale: #BCBCBC. Windows color (decimal): -8979667 or 3013494. OLE color: 3013494.
HSL color Cylindrical-coordinate representation of color #76FB2D: hue angle of 98.74º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76FB2D is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 251 | 45 | - |
| CMYK | 0.53 | 0 | 0.82 | 0.02 |
| HSL | 98.74º | 0.96% | 0.58% | - |
| HSV(B) | 98.74º | 0.82% | 0.98% | - |
| XYZ | 42.44 | 73.04 | 14.34 | - |
| YUV | 187.75 | 47.44 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 251 | 45 | 0.53 | 0 | 0.82 | 0.02 | 98.74 | 0.96 | 0.58 |
| Hex | 76 | FB | 2D | 35 | 0 | 52 | 2 | 63 | 60 | 3A |
| Octal | 166 | 373 | 55 | 65 | 0 | 122 | 2 | 143 | 140 | 72 |
| Binary | 1110110 | 11111011 | 101101 | 110101 | 0 | 1010010 | 10 | 1100011 | 1100000 | 111010 |
Color Harmonies of #76FB2D
Complementary color
Monochromatic Colors of #76FB2D
Black with #76FB2D
Text Example
Text Example
White with #76FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FB2D; }
p { color: rgb(118,251,45); }
H1.HeaderClassName
{
color: #76FB2D;
}
.AnyTagClassName
{
color: #76FB2D;
}
</style>
background-color css
<style>
a { background-color: #76FB2D; }
a { background-color: rgb(118,251,45); }
div.DivClassName
{
background-color: #76FB2D;
}
.BgClassName
{
background-color: #76FB2D;
}
</style>
border-color css
<style>
span { border-color: #76FB2D; }
span { border-color: rgb(118,251,45); }
td.TdClassName
{
border-color: #76FB2D;
}
.TagClassName
{
border-color: #76FB2D;
}
</style>