Shades of Bright Green #70FB03
Tints of Bright Green #70FB03
RGB
CMYK
RGB Variations
Color information
#70FB03 (or 0x70FB03) is known color: Bright Green. HEX triplet: 70, FB and 03. RGB value is (112,251,3). Sum of RGB (Red+Green+Blue) = 112+251+3=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 251 (98.44% from 255 or 68.58% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FB03 is #8F04FC. Grayscale: #B6B6B6. Windows color (decimal): -9372925 or 260976. OLE color: 260976.
HSL color Cylindrical-coordinate representation of color #70FB03: hue angle of 93.63º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70FB03 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 3 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.02 |
| HSL | 93.63º | 0.98% | 0.5% | - |
| HSV(B) | 93.63º | 0.99% | 0.98% | - |
| XYZ | 41.2 | 72.45 | 11.9 | - |
| YUV | 181.17 | 27.45 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 3 | 0.55 | 0 | 0.99 | 0.02 | 93.63 | 0.98 | 0.5 |
| Hex | 70 | FB | 3 | 37 | 0 | 63 | 2 | 5E | 62 | 32 |
| Octal | 160 | 373 | 3 | 67 | 0 | 143 | 2 | 136 | 142 | 62 |
| Binary | 1110000 | 11111011 | 11 | 110111 | 0 | 1100011 | 10 | 1011110 | 1100010 | 110010 |
Color Harmonies of #70FB03
Complementary color
Monochromatic Colors of #70FB03
Black with #70FB03
Text Example
Text Example
White with #70FB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FB03; }
p { color: rgb(112,251,3); }
H1.HeaderClassName
{
color: #70FB03;
}
.AnyTagClassName
{
color: #70FB03;
}
</style>
background-color css
<style>
a { background-color: #70FB03; }
a { background-color: rgb(112,251,3); }
div.DivClassName
{
background-color: #70FB03;
}
.BgClassName
{
background-color: #70FB03;
}
</style>
border-color css
<style>
span { border-color: #70FB03; }
span { border-color: rgb(112,251,3); }
td.TdClassName
{
border-color: #70FB03;
}
.TagClassName
{
border-color: #70FB03;
}
</style>