Html Css Color HEX #70EE46 Screamin' Green

📋 copy color: '#70EE46'

red 112 ◦ green 238 ◦ blue 70

#70EE46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #70EE46

Tints of Screamin' Green #70EE46

RGB

 RED value IS 112 (44.14% from 255) = 26.67%

 GREEN value IS 238 (93.36% from 255) = 56.67%

 BLUE value IS 70 (27.73% from 255) = 16.67%

R = 26.67%
G = 56.67%
B = 16.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70EE46 (or 0x70EE46) is known color: Screamin' Green. HEX triplet: 70, EE and 46. RGB value is (112,238,70). Sum of RGB (Red+Green+Blue) = 112+238+70=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 238 (93.36% from 255 or 56.67% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE46 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EE46 is #8F11B9. Grayscale: #B5B5B5. Windows color (decimal): -9376186 or 4648560. OLE color: 4648560.

HSL color Cylindrical-coordinate representation of color #70EE46: hue angle of 105º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70EE46 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 238 70 -
CMYK 0.53 0 0.71 0.07
HSL 105º 0.83% 0.6% -
HSV(B) 105º 0.71% 0.93% -
XYZ 38.36 65.04 16.33 -
YUV 181.17 65.26 78.66 -
System Red Green Blue C M Y K H S L
Decimal 112 238 70 0.53 0 0.71 0.07 105 0.83 0.6
Hex 70 EE 46 35 0 47 7 69 53 3C
Octal 160 356 106 65 0 107 7 151 123 74
Binary 1110000 11101110 1000110 110101 0 1000111 111 1101001 1010011 111100

Color Harmonies of #70EE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE46

Black with #70EE46

Text Example


Text Example

White with #70EE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70EE46; }

 p { color: rgb(112,238,70); }

 H1.HeaderClassName
 {
   color: #70EE46;
 }
 .AnyTagClassName
 {
   color: #70EE46;
 }
</style>

background-color css

<style>
 a { background-color: #70EE46; }

 a { background-color: rgb(112,238,70); }

 div.DivClassName
 {
   background-color: #70EE46;
 }
 .BgClassName
 {
   background-color: #70EE46;
 }
</style>

border-color css

<style>
 span { border-color: #70EE46; }

 span { border-color: rgb(112,238,70); }

 td.TdClassName
 {
   border-color: #70EE46;
 }
 .TagClassName
 {
   border-color: #70EE46;
 }
</style>