Shades of Lawn Green #76F003
Tints of Lawn Green #76F003
RGB
CMYK
RGB Variations
Color information
#76F003 (or 0x76F003) is known color: Lawn Green. HEX triplet: 76, F0 and 03. RGB value is (118,240,3). Sum of RGB (Red+Green+Blue) = 118+240+3=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 240 (94.14% from 255 or 66.48% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 240 - color contains mainly: green. Hex color #76F003 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76F003 is #890FFC. Grayscale: #B1B1B1. Windows color (decimal): -8982525 or 258166. OLE color: 258166.
HSL color Cylindrical-coordinate representation of color #76F003: hue angle of 90.89º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76F003 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 3 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.06 |
| HSL | 90.89º | 0.98% | 0.48% | - |
| HSV(B) | 90.89º | 0.99% | 0.94% | - |
| XYZ | 38.65 | 66.18 | 10.82 | - |
| YUV | 176.5 | 30.08 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 3 | 0.51 | 0 | 0.99 | 0.06 | 90.89 | 0.98 | 0.48 |
| Hex | 76 | F0 | 3 | 33 | 0 | 63 | 6 | 5B | 62 | 30 |
| Octal | 166 | 360 | 3 | 63 | 0 | 143 | 6 | 133 | 142 | 60 |
| Binary | 1110110 | 11110000 | 11 | 110011 | 0 | 1100011 | 110 | 1011011 | 1100010 | 110000 |
Color Harmonies of #76F003
Complementary color
Monochromatic Colors of #76F003
Black with #76F003
Text Example
Text Example
White with #76F003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F003; }
p { color: rgb(118,240,3); }
H1.HeaderClassName
{
color: #76F003;
}
.AnyTagClassName
{
color: #76F003;
}
</style>
background-color css
<style>
a { background-color: #76F003; }
a { background-color: rgb(118,240,3); }
div.DivClassName
{
background-color: #76F003;
}
.BgClassName
{
background-color: #76F003;
}
</style>
border-color css
<style>
span { border-color: #76F003; }
span { border-color: rgb(118,240,3); }
td.TdClassName
{
border-color: #76F003;
}
.TagClassName
{
border-color: #76F003;
}
</style>