Shades of Bright Green #70FF1B
Tints of Bright Green #70FF1B
RGB
CMYK
RGB Variations
Color information
#70FF1B (or 0x70FF1B) is known color: Bright Green. HEX triplet: 70, FF and 1B. RGB value is (112,255,27). Sum of RGB (Red+Green+Blue) = 112+255+27=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70FF1B is #8F00E4. Grayscale: #BBBBBB. Windows color (decimal): -9371877 or 1834864. OLE color: 1834864.
HSL color Cylindrical-coordinate representation of color #70FF1B: hue angle of 97.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70FF1B is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 27 | - |
| CMYK | 0.56 | 0 | 0.89 | 0 |
| HSL | 97.63º | 1% | 0.55% | - |
| HSV(B) | 97.63º | 0.89% | 1% | - |
| XYZ | 42.64 | 75.04 | 13.27 | - |
| YUV | 186.25 | 38.12 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 27 | 0.56 | 0 | 0.89 | 0 | 97.63 | 1 | 0.55 |
| Hex | 70 | FF | 1B | 38 | 0 | 59 | 0 | 62 | 64 | 37 |
| Octal | 160 | 377 | 33 | 70 | 0 | 131 | 0 | 142 | 144 | 67 |
| Binary | 1110000 | 11111111 | 11011 | 111000 | 0 | 1011001 | 0 | 1100010 | 1100100 | 110111 |
Color Harmonies of #70FF1B
Complementary color
Monochromatic Colors of #70FF1B
Black with #70FF1B
Text Example
Text Example
White with #70FF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF1B; }
p { color: rgb(112,255,27); }
H1.HeaderClassName
{
color: #70FF1B;
}
.AnyTagClassName
{
color: #70FF1B;
}
</style>
background-color css
<style>
a { background-color: #70FF1B; }
a { background-color: rgb(112,255,27); }
div.DivClassName
{
background-color: #70FF1B;
}
.BgClassName
{
background-color: #70FF1B;
}
</style>
border-color css
<style>
span { border-color: #70FF1B; }
span { border-color: rgb(112,255,27); }
td.TdClassName
{
border-color: #70FF1B;
}
.TagClassName
{
border-color: #70FF1B;
}
</style>