Shades of Screamin' Green #70FF3E
Tints of Screamin' Green #70FF3E
RGB
CMYK
RGB Variations
Color information
#70FF3E (or 0x70FF3E) is known color: Screamin' Green. HEX triplet: 70, FF and 3E. RGB value is (112,255,62). Sum of RGB (Red+Green+Blue) = 112+255+62=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF3E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70FF3E is #8F00C1. Grayscale: #BEBEBE. Windows color (decimal): -9371842 or 4128624. OLE color: 4128624.
HSL color Cylindrical-coordinate representation of color #70FF3E: hue angle of 104.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70FF3E is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 62 | - |
| CMYK | 0.56 | 0 | 0.76 | 0 |
| HSL | 104.46º | 1% | 0.62% | - |
| HSV(B) | 104.46º | 0.76% | 1% | - |
| XYZ | 43.31 | 75.31 | 16.81 | - |
| YUV | 190.24 | 55.62 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 62 | 0.56 | 0 | 0.76 | 0 | 104.46 | 1 | 0.62 |
| Hex | 70 | FF | 3E | 38 | 0 | 4C | 0 | 68 | 64 | 3E |
| Octal | 160 | 377 | 76 | 70 | 0 | 114 | 0 | 150 | 144 | 76 |
| Binary | 1110000 | 11111111 | 111110 | 111000 | 0 | 1001100 | 0 | 1101000 | 1100100 | 111110 |
Color Harmonies of #70FF3E
Complementary color
Monochromatic Colors of #70FF3E
Black with #70FF3E
Text Example
Text Example
White with #70FF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF3E; }
p { color: rgb(112,255,62); }
H1.HeaderClassName
{
color: #70FF3E;
}
.AnyTagClassName
{
color: #70FF3E;
}
</style>
background-color css
<style>
a { background-color: #70FF3E; }
a { background-color: rgb(112,255,62); }
div.DivClassName
{
background-color: #70FF3E;
}
.BgClassName
{
background-color: #70FF3E;
}
</style>
border-color css
<style>
span { border-color: #70FF3E; }
span { border-color: rgb(112,255,62); }
td.TdClassName
{
border-color: #70FF3E;
}
.TagClassName
{
border-color: #70FF3E;
}
</style>