Shades of Bright Green #70F31E
Tints of Bright Green #70F31E
RGB
CMYK
RGB Variations
Color information
#70F31E (or 0x70F31E) is known color: Bright Green. HEX triplet: 70, F3 and 1E. RGB value is (112,243,30). Sum of RGB (Red+Green+Blue) = 112+243+30=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 243 (95.31% from 255 or 63.12% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 243 - color contains mainly: green. Hex color #70F31E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F31E is #8F0CE1. Grayscale: #B4B4B4. Windows color (decimal): -9374946 or 2028400. OLE color: 2028400.
HSL color Cylindrical-coordinate representation of color #70F31E: hue angle of 96.9º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70F31E is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 30 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.05 |
| HSL | 96.9º | 0.9% | 0.54% | - |
| HSV(B) | 96.9º | 0.88% | 0.95% | - |
| XYZ | 38.97 | 67.64 | 12.23 | - |
| YUV | 179.55 | 43.6 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 30 | 0.54 | 0 | 0.88 | 0.05 | 96.9 | 0.9 | 0.54 |
| Hex | 70 | F3 | 1E | 36 | 0 | 58 | 5 | 61 | 5A | 36 |
| Octal | 160 | 363 | 36 | 66 | 0 | 130 | 5 | 141 | 132 | 66 |
| Binary | 1110000 | 11110011 | 11110 | 110110 | 0 | 1011000 | 101 | 1100001 | 1011010 | 110110 |
Color Harmonies of #70F31E
Complementary color
Monochromatic Colors of #70F31E
Black with #70F31E
Text Example
Text Example
White with #70F31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F31E; }
p { color: rgb(112,243,30); }
H1.HeaderClassName
{
color: #70F31E;
}
.AnyTagClassName
{
color: #70F31E;
}
</style>
background-color css
<style>
a { background-color: #70F31E; }
a { background-color: rgb(112,243,30); }
div.DivClassName
{
background-color: #70F31E;
}
.BgClassName
{
background-color: #70F31E;
}
</style>
border-color css
<style>
span { border-color: #70F31E; }
span { border-color: rgb(112,243,30); }
td.TdClassName
{
border-color: #70F31E;
}
.TagClassName
{
border-color: #70F31E;
}
</style>