Shades of Bright Green #70FF0E
Tints of Bright Green #70FF0E
RGB
CMYK
RGB Variations
Color information
#70FF0E (or 0x70FF0E) is known color: Bright Green. HEX triplet: 70, FF and 0E. RGB value is (112,255,14). Sum of RGB (Red+Green+Blue) = 112+255+14=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FF0E is #8F00F1. Grayscale: #B9B9B9. Windows color (decimal): -9371890 or 982896. OLE color: 982896.
HSL color Cylindrical-coordinate representation of color #70FF0E: hue angle of 95.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70FF0E is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 14 | - |
| CMYK | 0.56 | 0 | 0.95 | 0 |
| HSL | 95.6º | 1% | 0.53% | - |
| HSV(B) | 95.6º | 0.95% | 1% | - |
| XYZ | 42.52 | 75 | 12.65 | - |
| YUV | 184.77 | 31.62 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 14 | 0.56 | 0 | 0.95 | 0 | 95.6 | 1 | 0.53 |
| Hex | 70 | FF | E | 38 | 0 | 5F | 0 | 60 | 64 | 35 |
| Octal | 160 | 377 | 16 | 70 | 0 | 137 | 0 | 140 | 144 | 65 |
| Binary | 1110000 | 11111111 | 1110 | 111000 | 0 | 1011111 | 0 | 1100000 | 1100100 | 110101 |
Color Harmonies of #70FF0E
Complementary color
Monochromatic Colors of #70FF0E
Black with #70FF0E
Text Example
Text Example
White with #70FF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF0E; }
p { color: rgb(112,255,14); }
H1.HeaderClassName
{
color: #70FF0E;
}
.AnyTagClassName
{
color: #70FF0E;
}
</style>
background-color css
<style>
a { background-color: #70FF0E; }
a { background-color: rgb(112,255,14); }
div.DivClassName
{
background-color: #70FF0E;
}
.BgClassName
{
background-color: #70FF0E;
}
</style>
border-color css
<style>
span { border-color: #70FF0E; }
span { border-color: rgb(112,255,14); }
td.TdClassName
{
border-color: #70FF0E;
}
.TagClassName
{
border-color: #70FF0E;
}
</style>