Shades of Lawn Green #76F300
Tints of Lawn Green #76F300
RGB
CMYK
RGB Variations
Color information
#76F300 (or 0x76F300) is known color: Lawn Green. HEX triplet: 76, F3 and 00. RGB value is (118,243,0). Sum of RGB (Red+Green+Blue) = 118+243+0=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 243 (95.31% from 255 or 67.31% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 243 - color contains mainly: green. Hex color #76F300 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76F300 is #890CFF. Grayscale: #B2B2B2. Windows color (decimal): -8981760 or 62326. OLE color: 62326.
HSL color Cylindrical-coordinate representation of color #76F300: hue angle of 90.86º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76F300 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 243 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.05 |
| HSL | 90.86º | 1% | 0.48% | - |
| HSV(B) | 90.86º | 1% | 0.95% | - |
| XYZ | 39.52 | 67.95 | 11.03 | - |
| YUV | 177.92 | 27.59 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 243 | 0 | 0.51 | 0 | 1 | 0.05 | 90.86 | 1 | 0.48 |
| Hex | 76 | F3 | 0 | 33 | 0 | 64 | 5 | 5B | 64 | 30 |
| Octal | 166 | 363 | 0 | 63 | 0 | 144 | 5 | 133 | 144 | 60 |
| Binary | 1110110 | 11110011 | 0 | 110011 | 0 | 1100100 | 101 | 1011011 | 1100100 | 110000 |
Color Harmonies of #76F300
Complementary color
Monochromatic Colors of #76F300
Black with #76F300
Text Example
Text Example
White with #76F300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F300; }
p { color: rgb(118,243,0); }
H1.HeaderClassName
{
color: #76F300;
}
.AnyTagClassName
{
color: #76F300;
}
</style>
background-color css
<style>
a { background-color: #76F300; }
a { background-color: rgb(118,243,0); }
div.DivClassName
{
background-color: #76F300;
}
.BgClassName
{
background-color: #76F300;
}
</style>
border-color css
<style>
span { border-color: #76F300; }
span { border-color: rgb(118,243,0); }
td.TdClassName
{
border-color: #76F300;
}
.TagClassName
{
border-color: #76F300;
}
</style>