Shades of Bright Green #70FE03
Tints of Bright Green #70FE03
RGB
CMYK
RGB Variations
Color information
#70FE03 (or 0x70FE03) is known color: Bright Green. HEX triplet: 70, FE and 03. RGB value is (112,254,3). Sum of RGB (Red+Green+Blue) = 112+254+3=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 254 (99.61% from 255 or 68.83% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FE03 is #8F01FC. Grayscale: #B7B7B7. Windows color (decimal): -9372157 or 261744. OLE color: 261744.
HSL color Cylindrical-coordinate representation of color #70FE03: hue angle of 93.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70FE03 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 3 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.00 |
| HSL | 93.94º | 0.99% | 0.5% | - |
| HSV(B) | 93.94º | 0.99% | 1% | - |
| XYZ | 42.14 | 74.33 | 12.21 | - |
| YUV | 182.93 | 26.46 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 3 | 0.56 | 0 | 0.99 | 0.00 | 93.94 | 0.99 | 0.5 |
| Hex | 70 | FE | 3 | 38 | 0 | 63 | 0 | 5E | 63 | 32 |
| Octal | 160 | 376 | 3 | 70 | 0 | 143 | 0 | 136 | 143 | 62 |
| Binary | 1110000 | 11111110 | 11 | 111000 | 0 | 1100011 | 0 | 1011110 | 1100011 | 110010 |
Color Harmonies of #70FE03
Complementary color
Monochromatic Colors of #70FE03
Black with #70FE03
Text Example
Text Example
White with #70FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FE03; }
p { color: rgb(112,254,3); }
H1.HeaderClassName
{
color: #70FE03;
}
.AnyTagClassName
{
color: #70FE03;
}
</style>
background-color css
<style>
a { background-color: #70FE03; }
a { background-color: rgb(112,254,3); }
div.DivClassName
{
background-color: #70FE03;
}
.BgClassName
{
background-color: #70FE03;
}
</style>
border-color css
<style>
span { border-color: #70FE03; }
span { border-color: rgb(112,254,3); }
td.TdClassName
{
border-color: #70FE03;
}
.TagClassName
{
border-color: #70FE03;
}
</style>