Shades of Bright Green #70FB04
Tints of Bright Green #70FB04
RGB
CMYK
RGB Variations
Color information
#70FB04 (or 0x70FB04) is known color: Bright Green. HEX triplet: 70, FB and 04. RGB value is (112,251,4). Sum of RGB (Red+Green+Blue) = 112+251+4=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 251 (98.44% from 255 or 68.39% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FB04 is #8F04FB. Grayscale: #B6B6B6. Windows color (decimal): -9372924 or 326512. OLE color: 326512.
HSL color Cylindrical-coordinate representation of color #70FB04: hue angle of 93.77º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70FB04 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 4 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.02 |
| HSL | 93.77º | 0.97% | 0.5% | - |
| HSV(B) | 93.77º | 0.98% | 0.98% | - |
| XYZ | 41.2 | 72.45 | 11.93 | - |
| YUV | 181.28 | 27.95 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 4 | 0.55 | 0 | 0.98 | 0.02 | 93.77 | 0.97 | 0.5 |
| Hex | 70 | FB | 4 | 37 | 0 | 62 | 2 | 5E | 61 | 32 |
| Octal | 160 | 373 | 4 | 67 | 0 | 142 | 2 | 136 | 141 | 62 |
| Binary | 1110000 | 11111011 | 100 | 110111 | 0 | 1100010 | 10 | 1011110 | 1100001 | 110010 |
Color Harmonies of #70FB04
Complementary color
Monochromatic Colors of #70FB04
Black with #70FB04
Text Example
Text Example
White with #70FB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FB04; }
p { color: rgb(112,251,4); }
H1.HeaderClassName
{
color: #70FB04;
}
.AnyTagClassName
{
color: #70FB04;
}
</style>
background-color css
<style>
a { background-color: #70FB04; }
a { background-color: rgb(112,251,4); }
div.DivClassName
{
background-color: #70FB04;
}
.BgClassName
{
background-color: #70FB04;
}
</style>
border-color css
<style>
span { border-color: #70FB04; }
span { border-color: rgb(112,251,4); }
td.TdClassName
{
border-color: #70FB04;
}
.TagClassName
{
border-color: #70FB04;
}
</style>