Shades of Bright Green #70EB2C
Tints of Bright Green #70EB2C
RGB
CMYK
RGB Variations
Color information
#70EB2C (or 0x70EB2C) is known color: Bright Green. HEX triplet: 70, EB and 2C. RGB value is (112,235,44). Sum of RGB (Red+Green+Blue) = 112+235+44=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 235 (92.19% from 255 or 60.10% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EB2C is #8F14D3. Grayscale: #B1B1B1. Windows color (decimal): -9376980 or 2943856. OLE color: 2943856.
HSL color Cylindrical-coordinate representation of color #70EB2C: hue angle of 98.64º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70EB2C is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 235 | 44 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.08 |
| HSL | 98.64º | 0.83% | 0.55% | - |
| HSV(B) | 98.64º | 0.81% | 0.92% | - |
| XYZ | 36.85 | 63.04 | 12.61 | - |
| YUV | 176.45 | 53.25 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 235 | 44 | 0.52 | 0 | 0.81 | 0.08 | 98.64 | 0.83 | 0.55 |
| Hex | 70 | EB | 2C | 34 | 0 | 51 | 8 | 63 | 53 | 37 |
| Octal | 160 | 353 | 54 | 64 | 0 | 121 | 10 | 143 | 123 | 67 |
| Binary | 1110000 | 11101011 | 101100 | 110100 | 0 | 1010001 | 1000 | 1100011 | 1010011 | 110111 |
Color Harmonies of #70EB2C
Complementary color
Monochromatic Colors of #70EB2C
Black with #70EB2C
Text Example
Text Example
White with #70EB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EB2C; }
p { color: rgb(112,235,44); }
H1.HeaderClassName
{
color: #70EB2C;
}
.AnyTagClassName
{
color: #70EB2C;
}
</style>
background-color css
<style>
a { background-color: #70EB2C; }
a { background-color: rgb(112,235,44); }
div.DivClassName
{
background-color: #70EB2C;
}
.BgClassName
{
background-color: #70EB2C;
}
</style>
border-color css
<style>
span { border-color: #70EB2C; }
span { border-color: rgb(112,235,44); }
td.TdClassName
{
border-color: #70EB2C;
}
.TagClassName
{
border-color: #70EB2C;
}
</style>