Shades of Bright Green #70FF1F
Tints of Bright Green #70FF1F
RGB
CMYK
RGB Variations
Color information
#70FF1F (or 0x70FF1F) is known color: Bright Green. HEX triplet: 70, FF and 1F. RGB value is (112,255,31). Sum of RGB (Red+Green+Blue) = 112+255+31=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 255 (100% from 255 or 64.07% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70FF1F is #8F00E0. Grayscale: #BBBBBB. Windows color (decimal): -9371873 or 2097008. OLE color: 2097008.
HSL color Cylindrical-coordinate representation of color #70FF1F: hue angle of 98.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70FF1F is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 31 | - |
| CMYK | 0.56 | 0 | 0.88 | 0 |
| HSL | 98.3º | 1% | 0.56% | - |
| HSV(B) | 98.3º | 0.88% | 1% | - |
| XYZ | 42.69 | 75.06 | 13.54 | - |
| YUV | 186.71 | 40.12 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 31 | 0.56 | 0 | 0.88 | 0 | 98.3 | 1 | 0.56 |
| Hex | 70 | FF | 1F | 38 | 0 | 58 | 0 | 62 | 64 | 38 |
| Octal | 160 | 377 | 37 | 70 | 0 | 130 | 0 | 142 | 144 | 70 |
| Binary | 1110000 | 11111111 | 11111 | 111000 | 0 | 1011000 | 0 | 1100010 | 1100100 | 111000 |
Color Harmonies of #70FF1F
Complementary color
Monochromatic Colors of #70FF1F
Black with #70FF1F
Text Example
Text Example
White with #70FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF1F; }
p { color: rgb(112,255,31); }
H1.HeaderClassName
{
color: #70FF1F;
}
.AnyTagClassName
{
color: #70FF1F;
}
</style>
background-color css
<style>
a { background-color: #70FF1F; }
a { background-color: rgb(112,255,31); }
div.DivClassName
{
background-color: #70FF1F;
}
.BgClassName
{
background-color: #70FF1F;
}
</style>
border-color css
<style>
span { border-color: #70FF1F; }
span { border-color: rgb(112,255,31); }
td.TdClassName
{
border-color: #70FF1F;
}
.TagClassName
{
border-color: #70FF1F;
}
</style>