Shades of Bright Green #70E934
Tints of Bright Green #70E934
RGB
CMYK
RGB Variations
Color information
#70E934 (or 0x70E934) is known color: Bright Green. HEX triplet: 70, E9 and 34. RGB value is (112,233,52). Sum of RGB (Red+Green+Blue) = 112+233+52=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 233 (91.41% from 255 or 58.69% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 233 - color contains mainly: green. Hex color #70E934 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E934 is #8F16CB. Grayscale: #B0B0B0. Windows color (decimal): -9377484 or 3467632. OLE color: 3467632.
HSL color Cylindrical-coordinate representation of color #70E934: hue angle of 100.11º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70E934 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 52 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.09 |
| HSL | 100.11º | 0.8% | 0.56% | - |
| HSV(B) | 100.11º | 0.78% | 0.91% | - |
| XYZ | 36.44 | 61.97 | 13.29 | - |
| YUV | 176.19 | 57.91 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 52 | 0.52 | 0 | 0.78 | 0.09 | 100.11 | 0.8 | 0.56 |
| Hex | 70 | E9 | 34 | 34 | 0 | 4E | 9 | 64 | 50 | 38 |
| Octal | 160 | 351 | 64 | 64 | 0 | 116 | 11 | 144 | 120 | 70 |
| Binary | 1110000 | 11101001 | 110100 | 110100 | 0 | 1001110 | 1001 | 1100100 | 1010000 | 111000 |
Color Harmonies of #70E934
Complementary color
Monochromatic Colors of #70E934
Black with #70E934
Text Example
Text Example
White with #70E934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E934; }
p { color: rgb(112,233,52); }
H1.HeaderClassName
{
color: #70E934;
}
.AnyTagClassName
{
color: #70E934;
}
</style>
background-color css
<style>
a { background-color: #70E934; }
a { background-color: rgb(112,233,52); }
div.DivClassName
{
background-color: #70E934;
}
.BgClassName
{
background-color: #70E934;
}
</style>
border-color css
<style>
span { border-color: #70E934; }
span { border-color: rgb(112,233,52); }
td.TdClassName
{
border-color: #70E934;
}
.TagClassName
{
border-color: #70E934;
}
</style>