Shades of Bright Green #70F702
Tints of Bright Green #70F702
RGB
CMYK
RGB Variations
Color information
#70F702 (or 0x70F702) is known color: Bright Green. HEX triplet: 70, F7 and 02. RGB value is (112,247,2). Sum of RGB (Red+Green+Blue) = 112+247+2=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 247 (96.88% from 255 or 68.42% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 247 - color contains mainly: green. Hex color #70F702 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F702 is #8F08FD. Grayscale: #B3B3B3. Windows color (decimal): -9373950 or 194416. OLE color: 194416.
HSL color Cylindrical-coordinate representation of color #70F702: hue angle of 93.06º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70F702 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 2 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.03 |
| HSL | 93.06º | 0.98% | 0.49% | - |
| HSV(B) | 93.06º | 0.99% | 0.97% | - |
| XYZ | 39.95 | 69.97 | 11.46 | - |
| YUV | 178.71 | 28.27 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 2 | 0.55 | 0 | 0.99 | 0.03 | 93.06 | 0.98 | 0.49 |
| Hex | 70 | F7 | 2 | 37 | 0 | 63 | 3 | 5D | 62 | 31 |
| Octal | 160 | 367 | 2 | 67 | 0 | 143 | 3 | 135 | 142 | 61 |
| Binary | 1110000 | 11110111 | 10 | 110111 | 0 | 1100011 | 11 | 1011101 | 1100010 | 110001 |
Color Harmonies of #70F702
Complementary color
Monochromatic Colors of #70F702
Black with #70F702
Text Example
Text Example
White with #70F702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F702; }
p { color: rgb(112,247,2); }
H1.HeaderClassName
{
color: #70F702;
}
.AnyTagClassName
{
color: #70F702;
}
</style>
background-color css
<style>
a { background-color: #70F702; }
a { background-color: rgb(112,247,2); }
div.DivClassName
{
background-color: #70F702;
}
.BgClassName
{
background-color: #70F702;
}
</style>
border-color css
<style>
span { border-color: #70F702; }
span { border-color: rgb(112,247,2); }
td.TdClassName
{
border-color: #70F702;
}
.TagClassName
{
border-color: #70F702;
}
</style>