Shades of Bright Green #70F703
Tints of Bright Green #70F703
RGB
CMYK
RGB Variations
Color information
#70F703 (or 0x70F703) is known color: Bright Green. HEX triplet: 70, F7 and 03. RGB value is (112,247,3). Sum of RGB (Red+Green+Blue) = 112+247+3=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 247 (96.88% from 255 or 68.23% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 247 - color contains mainly: green. Hex color #70F703 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F703 is #8F08FC. Grayscale: #B3B3B3. Windows color (decimal): -9373949 or 259952. OLE color: 259952.
HSL color Cylindrical-coordinate representation of color #70F703: hue angle of 93.2º 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 #70F703 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 3 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.03 |
| HSL | 93.2º | 0.98% | 0.49% | - |
| HSV(B) | 93.2º | 0.99% | 0.97% | - |
| XYZ | 39.96 | 69.97 | 11.49 | - |
| YUV | 178.82 | 28.77 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 3 | 0.55 | 0 | 0.99 | 0.03 | 93.2 | 0.98 | 0.49 |
| Hex | 70 | F7 | 3 | 37 | 0 | 63 | 3 | 5D | 62 | 31 |
| Octal | 160 | 367 | 3 | 67 | 0 | 143 | 3 | 135 | 142 | 61 |
| Binary | 1110000 | 11110111 | 11 | 110111 | 0 | 1100011 | 11 | 1011101 | 1100010 | 110001 |
Color Harmonies of #70F703
Complementary color
Monochromatic Colors of #70F703
Black with #70F703
Text Example
Text Example
White with #70F703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F703; }
p { color: rgb(112,247,3); }
H1.HeaderClassName
{
color: #70F703;
}
.AnyTagClassName
{
color: #70F703;
}
</style>
background-color css
<style>
a { background-color: #70F703; }
a { background-color: rgb(112,247,3); }
div.DivClassName
{
background-color: #70F703;
}
.BgClassName
{
background-color: #70F703;
}
</style>
border-color css
<style>
span { border-color: #70F703; }
span { border-color: rgb(112,247,3); }
td.TdClassName
{
border-color: #70F703;
}
.TagClassName
{
border-color: #70F703;
}
</style>