Shades of Bright Green #70FF13
Tints of Bright Green #70FF13
RGB
CMYK
RGB Variations
Color information
#70FF13 (or 0x70FF13) is known color: Bright Green. HEX triplet: 70, FF and 13. RGB value is (112,255,19). Sum of RGB (Red+Green+Blue) = 112+255+19=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FF13 is #8F00EC. Grayscale: #BABABA. Windows color (decimal): -9371885 or 1310576. OLE color: 1310576.
HSL color Cylindrical-coordinate representation of color #70FF13: hue angle of 96.36º 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 #70FF13 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 19 | - |
| CMYK | 0.56 | 0 | 0.93 | 0 |
| HSL | 96.36º | 1% | 0.54% | - |
| HSV(B) | 96.36º | 0.93% | 1% | - |
| XYZ | 42.56 | 75.01 | 12.85 | - |
| YUV | 185.34 | 34.12 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 19 | 0.56 | 0 | 0.93 | 0 | 96.36 | 1 | 0.54 |
| Hex | 70 | FF | 13 | 38 | 0 | 5D | 0 | 60 | 64 | 36 |
| Octal | 160 | 377 | 23 | 70 | 0 | 135 | 0 | 140 | 144 | 66 |
| Binary | 1110000 | 11111111 | 10011 | 111000 | 0 | 1011101 | 0 | 1100000 | 1100100 | 110110 |
Color Harmonies of #70FF13
Complementary color
Monochromatic Colors of #70FF13
Black with #70FF13
Text Example
Text Example
White with #70FF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF13; }
p { color: rgb(112,255,19); }
H1.HeaderClassName
{
color: #70FF13;
}
.AnyTagClassName
{
color: #70FF13;
}
</style>
background-color css
<style>
a { background-color: #70FF13; }
a { background-color: rgb(112,255,19); }
div.DivClassName
{
background-color: #70FF13;
}
.BgClassName
{
background-color: #70FF13;
}
</style>
border-color css
<style>
span { border-color: #70FF13; }
span { border-color: rgb(112,255,19); }
td.TdClassName
{
border-color: #70FF13;
}
.TagClassName
{
border-color: #70FF13;
}
</style>