Shades of Bright Green #70F425
Tints of Bright Green #70F425
RGB
CMYK
RGB Variations
Color information
#70F425 (or 0x70F425) is known color: Bright Green. HEX triplet: 70, F4 and 25. RGB value is (112,244,37). Sum of RGB (Red+Green+Blue) = 112+244+37=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 244 (95.70% from 255 or 62.09% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 244 - color contains mainly: green. Hex color #70F425 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F425 is #8F0BDA. Grayscale: #B5B5B5. Windows color (decimal): -9374683 or 2487408. OLE color: 2487408.
HSL color Cylindrical-coordinate representation of color #70F425: hue angle of 98.26º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70F425 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 37 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.04 |
| HSL | 98.26º | 0.9% | 0.55% | - |
| HSV(B) | 98.26º | 0.85% | 0.96% | - |
| XYZ | 39.37 | 68.28 | 12.85 | - |
| YUV | 180.93 | 46.77 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 37 | 0.54 | 0 | 0.85 | 0.04 | 98.26 | 0.9 | 0.55 |
| Hex | 70 | F4 | 25 | 36 | 0 | 55 | 4 | 62 | 5A | 37 |
| Octal | 160 | 364 | 45 | 66 | 0 | 125 | 4 | 142 | 132 | 67 |
| Binary | 1110000 | 11110100 | 100101 | 110110 | 0 | 1010101 | 100 | 1100010 | 1011010 | 110111 |
Color Harmonies of #70F425
Complementary color
Monochromatic Colors of #70F425
Black with #70F425
Text Example
Text Example
White with #70F425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F425; }
p { color: rgb(112,244,37); }
H1.HeaderClassName
{
color: #70F425;
}
.AnyTagClassName
{
color: #70F425;
}
</style>
background-color css
<style>
a { background-color: #70F425; }
a { background-color: rgb(112,244,37); }
div.DivClassName
{
background-color: #70F425;
}
.BgClassName
{
background-color: #70F425;
}
</style>
border-color css
<style>
span { border-color: #70F425; }
span { border-color: rgb(112,244,37); }
td.TdClassName
{
border-color: #70F425;
}
.TagClassName
{
border-color: #70F425;
}
</style>