Shades of Lawn Green #76FF1B
Tints of Lawn Green #76FF1B
RGB
CMYK
RGB Variations
Color information
#76FF1B (or 0x76FF1B) is known color: Lawn Green. HEX triplet: 76, FF and 1B. RGB value is (118,255,27). Sum of RGB (Red+Green+Blue) = 118+255+27=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76FF1B is #8900E4. Grayscale: #BCBCBC. Windows color (decimal): -8978661 or 1834870. OLE color: 1834870.
HSL color Cylindrical-coordinate representation of color #76FF1B: hue angle of 96.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76FF1B is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 27 | - |
| CMYK | 0.54 | 0 | 0.89 | 0 |
| HSL | 96.05º | 1% | 0.55% | - |
| HSV(B) | 96.05º | 0.89% | 1% | - |
| XYZ | 43.43 | 75.45 | 13.31 | - |
| YUV | 188.05 | 37.11 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 27 | 0.54 | 0 | 0.89 | 0 | 96.05 | 1 | 0.55 |
| Hex | 76 | FF | 1B | 36 | 0 | 59 | 0 | 60 | 64 | 37 |
| Octal | 166 | 377 | 33 | 66 | 0 | 131 | 0 | 140 | 144 | 67 |
| Binary | 1110110 | 11111111 | 11011 | 110110 | 0 | 1011001 | 0 | 1100000 | 1100100 | 110111 |
Color Harmonies of #76FF1B
Complementary color
Monochromatic Colors of #76FF1B
Black with #76FF1B
Text Example
Text Example
White with #76FF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FF1B; }
p { color: rgb(118,255,27); }
H1.HeaderClassName
{
color: #76FF1B;
}
.AnyTagClassName
{
color: #76FF1B;
}
</style>
background-color css
<style>
a { background-color: #76FF1B; }
a { background-color: rgb(118,255,27); }
div.DivClassName
{
background-color: #76FF1B;
}
.BgClassName
{
background-color: #76FF1B;
}
</style>
border-color css
<style>
span { border-color: #76FF1B; }
span { border-color: rgb(118,255,27); }
td.TdClassName
{
border-color: #76FF1B;
}
.TagClassName
{
border-color: #76FF1B;
}
</style>