Shades of Bright Green #70ED31
Tints of Bright Green #70ED31
RGB
CMYK
RGB Variations
Color information
#70ED31 (or 0x70ED31) is known color: Bright Green. HEX triplet: 70, ED and 31. RGB value is (112,237,49). Sum of RGB (Red+Green+Blue) = 112+237+49=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 237 (92.97% from 255 or 59.55% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70ED31 is #8F12CE. Grayscale: #B2B2B2. Windows color (decimal): -9376463 or 3272048. OLE color: 3272048.
HSL color Cylindrical-coordinate representation of color #70ED31: hue angle of 99.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70ED31 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 49 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.07 |
| HSL | 99.89º | 0.84% | 0.56% | - |
| HSV(B) | 99.89º | 0.79% | 0.93% | - |
| XYZ | 37.52 | 64.23 | 13.33 | - |
| YUV | 178.19 | 55.09 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 49 | 0.53 | 0 | 0.79 | 0.07 | 99.89 | 0.84 | 0.56 |
| Hex | 70 | ED | 31 | 35 | 0 | 4F | 7 | 64 | 54 | 38 |
| Octal | 160 | 355 | 61 | 65 | 0 | 117 | 7 | 144 | 124 | 70 |
| Binary | 1110000 | 11101101 | 110001 | 110101 | 0 | 1001111 | 111 | 1100100 | 1010100 | 111000 |
Color Harmonies of #70ED31
Complementary color
Monochromatic Colors of #70ED31
Black with #70ED31
Text Example
Text Example
White with #70ED31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ED31; }
p { color: rgb(112,237,49); }
H1.HeaderClassName
{
color: #70ED31;
}
.AnyTagClassName
{
color: #70ED31;
}
</style>
background-color css
<style>
a { background-color: #70ED31; }
a { background-color: rgb(112,237,49); }
div.DivClassName
{
background-color: #70ED31;
}
.BgClassName
{
background-color: #70ED31;
}
</style>
border-color css
<style>
span { border-color: #70ED31; }
span { border-color: rgb(112,237,49); }
td.TdClassName
{
border-color: #70ED31;
}
.TagClassName
{
border-color: #70ED31;
}
</style>