Shades of Bright Green #70FF2C
Tints of Bright Green #70FF2C
RGB
CMYK
RGB Variations
Color information
#70FF2C (or 0x70FF2C) is known color: Bright Green. HEX triplet: 70, FF and 2C. RGB value is (112,255,44). Sum of RGB (Red+Green+Blue) = 112+255+44=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70FF2C is #8F00D3. Grayscale: #BCBCBC. Windows color (decimal): -9371860 or 2948976. OLE color: 2948976.
HSL color Cylindrical-coordinate representation of color #70FF2C: hue angle of 100.66º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70FF2C is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 44 | - |
| CMYK | 0.56 | 0 | 0.83 | 0 |
| HSL | 100.66º | 1% | 0.59% | - |
| HSV(B) | 100.66º | 0.83% | 1% | - |
| XYZ | 42.9 | 75.15 | 14.63 | - |
| YUV | 188.19 | 46.62 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 44 | 0.56 | 0 | 0.83 | 0 | 100.66 | 1 | 0.59 |
| Hex | 70 | FF | 2C | 38 | 0 | 53 | 0 | 65 | 64 | 3B |
| Octal | 160 | 377 | 54 | 70 | 0 | 123 | 0 | 145 | 144 | 73 |
| Binary | 1110000 | 11111111 | 101100 | 111000 | 0 | 1010011 | 0 | 1100101 | 1100100 | 111011 |
Color Harmonies of #70FF2C
Complementary color
Monochromatic Colors of #70FF2C
Black with #70FF2C
Text Example
Text Example
White with #70FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF2C; }
p { color: rgb(112,255,44); }
H1.HeaderClassName
{
color: #70FF2C;
}
.AnyTagClassName
{
color: #70FF2C;
}
</style>
background-color css
<style>
a { background-color: #70FF2C; }
a { background-color: rgb(112,255,44); }
div.DivClassName
{
background-color: #70FF2C;
}
.BgClassName
{
background-color: #70FF2C;
}
</style>
border-color css
<style>
span { border-color: #70FF2C; }
span { border-color: rgb(112,255,44); }
td.TdClassName
{
border-color: #70FF2C;
}
.TagClassName
{
border-color: #70FF2C;
}
</style>