Shades of Bright Green #70EC34
Tints of Bright Green #70EC34
RGB
CMYK
RGB Variations
Color information
#70EC34 (or 0x70EC34) is known color: Bright Green. HEX triplet: 70, EC and 34. RGB value is (112,236,52). Sum of RGB (Red+Green+Blue) = 112+236+52=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 236 (92.58% from 255 or 59% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EC34 is #8F13CB. Grayscale: #B2B2B2. Windows color (decimal): -9376716 or 3468400. OLE color: 3468400.
HSL color Cylindrical-coordinate representation of color #70EC34: hue angle of 100.43º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70EC34 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 52 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.07 |
| HSL | 100.43º | 0.83% | 0.56% | - |
| HSV(B) | 100.43º | 0.78% | 0.93% | - |
| XYZ | 37.3 | 63.68 | 13.58 | - |
| YUV | 177.95 | 56.92 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 52 | 0.53 | 0 | 0.78 | 0.07 | 100.43 | 0.83 | 0.56 |
| Hex | 70 | EC | 34 | 35 | 0 | 4E | 7 | 64 | 53 | 38 |
| Octal | 160 | 354 | 64 | 65 | 0 | 116 | 7 | 144 | 123 | 70 |
| Binary | 1110000 | 11101100 | 110100 | 110101 | 0 | 1001110 | 111 | 1100100 | 1010011 | 111000 |
Color Harmonies of #70EC34
Complementary color
Monochromatic Colors of #70EC34
Black with #70EC34
Text Example
Text Example
White with #70EC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC34; }
p { color: rgb(112,236,52); }
H1.HeaderClassName
{
color: #70EC34;
}
.AnyTagClassName
{
color: #70EC34;
}
</style>
background-color css
<style>
a { background-color: #70EC34; }
a { background-color: rgb(112,236,52); }
div.DivClassName
{
background-color: #70EC34;
}
.BgClassName
{
background-color: #70EC34;
}
</style>
border-color css
<style>
span { border-color: #70EC34; }
span { border-color: rgb(112,236,52); }
td.TdClassName
{
border-color: #70EC34;
}
.TagClassName
{
border-color: #70EC34;
}
</style>