Shades of Bright Green #70FB02
Tints of Bright Green #70FB02
RGB
CMYK
RGB Variations
Color information
#70FB02 (or 0x70FB02) is known color: Bright Green. HEX triplet: 70, FB and 02. RGB value is (112,251,2). Sum of RGB (Red+Green+Blue) = 112+251+2=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 251 (98.44% from 255 or 68.77% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FB02 is #8F04FD. Grayscale: #B5B5B5. Windows color (decimal): -9372926 or 195440. OLE color: 195440.
HSL color Cylindrical-coordinate representation of color #70FB02: hue angle of 93.49º 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 #70FB02 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 2 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.02 |
| HSL | 93.49º | 0.98% | 0.5% | - |
| HSV(B) | 93.49º | 0.99% | 0.98% | - |
| XYZ | 41.19 | 72.44 | 11.87 | - |
| YUV | 181.05 | 26.95 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 2 | 0.55 | 0 | 0.99 | 0.02 | 93.49 | 0.98 | 0.5 |
| Hex | 70 | FB | 2 | 37 | 0 | 63 | 2 | 5D | 62 | 32 |
| Octal | 160 | 373 | 2 | 67 | 0 | 143 | 2 | 135 | 142 | 62 |
| Binary | 1110000 | 11111011 | 10 | 110111 | 0 | 1100011 | 10 | 1011101 | 1100010 | 110010 |
Color Harmonies of #70FB02
Complementary color
Monochromatic Colors of #70FB02
Black with #70FB02
Text Example
Text Example
White with #70FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FB02; }
p { color: rgb(112,251,2); }
H1.HeaderClassName
{
color: #70FB02;
}
.AnyTagClassName
{
color: #70FB02;
}
</style>
background-color css
<style>
a { background-color: #70FB02; }
a { background-color: rgb(112,251,2); }
div.DivClassName
{
background-color: #70FB02;
}
.BgClassName
{
background-color: #70FB02;
}
</style>
border-color css
<style>
span { border-color: #70FB02; }
span { border-color: rgb(112,251,2); }
td.TdClassName
{
border-color: #70FB02;
}
.TagClassName
{
border-color: #70FB02;
}
</style>