Shades of Bright Green #70F017
Tints of Bright Green #70F017
RGB
CMYK
RGB Variations
Color information
#70F017 (or 0x70F017) is known color: Bright Green. HEX triplet: 70, F0 and 17. RGB value is (112,240,23). Sum of RGB (Red+Green+Blue) = 112+240+23=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #70F017 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F017 is #8F0FE8. Grayscale: #B1B1B1. Windows color (decimal): -9375721 or 1568880. OLE color: 1568880.
HSL color Cylindrical-coordinate representation of color #70F017: hue angle of 95.39º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70F017 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 23 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.06 |
| HSL | 95.39º | 0.88% | 0.52% | - |
| HSV(B) | 95.39º | 0.9% | 0.94% | - |
| XYZ | 38 | 65.83 | 11.51 | - |
| YUV | 176.99 | 41.09 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 23 | 0.53 | 0 | 0.90 | 0.06 | 95.39 | 0.88 | 0.52 |
| Hex | 70 | F0 | 17 | 35 | 0 | 5A | 6 | 5F | 58 | 34 |
| Octal | 160 | 360 | 27 | 65 | 0 | 132 | 6 | 137 | 130 | 64 |
| Binary | 1110000 | 11110000 | 10111 | 110101 | 0 | 1011010 | 110 | 1011111 | 1011000 | 110100 |
Color Harmonies of #70F017
Complementary color
Monochromatic Colors of #70F017
Black with #70F017
Text Example
Text Example
White with #70F017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F017; }
p { color: rgb(112,240,23); }
H1.HeaderClassName
{
color: #70F017;
}
.AnyTagClassName
{
color: #70F017;
}
</style>
background-color css
<style>
a { background-color: #70F017; }
a { background-color: rgb(112,240,23); }
div.DivClassName
{
background-color: #70F017;
}
.BgClassName
{
background-color: #70F017;
}
</style>
border-color css
<style>
span { border-color: #70F017; }
span { border-color: rgb(112,240,23); }
td.TdClassName
{
border-color: #70F017;
}
.TagClassName
{
border-color: #70F017;
}
</style>