Shades of Bright Green #70FF34
Tints of Bright Green #70FF34
RGB
CMYK
RGB Variations
Color information
#70FF34 (or 0x70FF34) is known color: Bright Green. HEX triplet: 70, FF and 34. RGB value is (112,255,52). Sum of RGB (Red+Green+Blue) = 112+255+52=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70FF34 is #8F00CB. Grayscale: #BDBDBD. Windows color (decimal): -9371852 or 3473264. OLE color: 3473264.
HSL color Cylindrical-coordinate representation of color #70FF34: hue angle of 102.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70FF34 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 52 | - |
| CMYK | 0.56 | 0 | 0.80 | 0 |
| HSL | 102.27º | 1% | 0.6% | - |
| HSV(B) | 102.27º | 0.8% | 1% | - |
| XYZ | 43.06 | 75.21 | 15.5 | - |
| YUV | 189.1 | 50.62 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 52 | 0.56 | 0 | 0.80 | 0 | 102.27 | 1 | 0.6 |
| Hex | 70 | FF | 34 | 38 | 0 | 50 | 0 | 66 | 64 | 3C |
| Octal | 160 | 377 | 64 | 70 | 0 | 120 | 0 | 146 | 144 | 74 |
| Binary | 1110000 | 11111111 | 110100 | 111000 | 0 | 1010000 | 0 | 1100110 | 1100100 | 111100 |
Color Harmonies of #70FF34
Complementary color
Monochromatic Colors of #70FF34
Black with #70FF34
Text Example
Text Example
White with #70FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF34; }
p { color: rgb(112,255,52); }
H1.HeaderClassName
{
color: #70FF34;
}
.AnyTagClassName
{
color: #70FF34;
}
</style>
background-color css
<style>
a { background-color: #70FF34; }
a { background-color: rgb(112,255,52); }
div.DivClassName
{
background-color: #70FF34;
}
.BgClassName
{
background-color: #70FF34;
}
</style>
border-color css
<style>
span { border-color: #70FF34; }
span { border-color: rgb(112,255,52); }
td.TdClassName
{
border-color: #70FF34;
}
.TagClassName
{
border-color: #70FF34;
}
</style>