Shades of Bright Green #70FF12
Tints of Bright Green #70FF12
RGB
CMYK
RGB Variations
Color information
#70FF12 (or 0x70FF12) is known color: Bright Green. HEX triplet: 70, FF and 12. RGB value is (112,255,18). Sum of RGB (Red+Green+Blue) = 112+255+18=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FF12 is #8F00ED. Grayscale: #BABABA. Windows color (decimal): -9371886 or 1245040. OLE color: 1245040.
HSL color Cylindrical-coordinate representation of color #70FF12: hue angle of 96.2º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70FF12 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 18 | - |
| CMYK | 0.56 | 0 | 0.93 | 0 |
| HSL | 96.2º | 1% | 0.54% | - |
| HSV(B) | 96.2º | 0.93% | 1% | - |
| XYZ | 42.55 | 75.01 | 12.81 | - |
| YUV | 185.23 | 33.62 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 18 | 0.56 | 0 | 0.93 | 0 | 96.2 | 1 | 0.54 |
| Hex | 70 | FF | 12 | 38 | 0 | 5D | 0 | 60 | 64 | 36 |
| Octal | 160 | 377 | 22 | 70 | 0 | 135 | 0 | 140 | 144 | 66 |
| Binary | 1110000 | 11111111 | 10010 | 111000 | 0 | 1011101 | 0 | 1100000 | 1100100 | 110110 |
Color Harmonies of #70FF12
Complementary color
Monochromatic Colors of #70FF12
Black with #70FF12
Text Example
Text Example
White with #70FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF12; }
p { color: rgb(112,255,18); }
H1.HeaderClassName
{
color: #70FF12;
}
.AnyTagClassName
{
color: #70FF12;
}
</style>
background-color css
<style>
a { background-color: #70FF12; }
a { background-color: rgb(112,255,18); }
div.DivClassName
{
background-color: #70FF12;
}
.BgClassName
{
background-color: #70FF12;
}
</style>
border-color css
<style>
span { border-color: #70FF12; }
span { border-color: rgb(112,255,18); }
td.TdClassName
{
border-color: #70FF12;
}
.TagClassName
{
border-color: #70FF12;
}
</style>