Html Css Color HEX #70EF38 Screamin' Green

📋 copy color: '#70EF38'

red 112 ◦ green 239 ◦ blue 56

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

Shades of Screamin' Green #70EF38

Tints of Screamin' Green #70EF38

RGB

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

 GREEN value IS 239 (93.75% from 255) = 58.72%

 BLUE value IS 56 (22.27% from 255) = 13.76%

R = 27.52%
G = 58.72%
B = 13.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#70EF38 (or 0x70EF38) is known color: Screamin' Green. HEX triplet: 70, EF and 38. RGB value is (112,239,56). Sum of RGB (Red+Green+Blue) = 112+239+56=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 239 (93.75% from 255 or 58.72% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EF38 is #8F10C7. Grayscale: #B4B4B4. Windows color (decimal): -9375944 or 3731312. OLE color: 3731312.

HSL color Cylindrical-coordinate representation of color #70EF38: hue angle of 101.64º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70EF38 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 56 -
CMYK 0.53 0 0.77 0.06
HSL 101.64º 0.85% 0.58% -
HSV(B) 101.64º 0.77% 0.94% -
XYZ 38.26 65.46 14.36 -
YUV 180.17 57.92 79.38 -
System Red Green Blue C M Y K H S L
Decimal 112 239 56 0.53 0 0.77 0.06 101.64 0.85 0.58
Hex 70 EF 38 35 0 4D 6 66 55 3A
Octal 160 357 70 65 0 115 6 146 125 72
Binary 1110000 11101111 111000 110101 0 1001101 110 1100110 1010101 111010

Color Harmonies of #70EF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EF38

Black with #70EF38

Text Example


Text Example

White with #70EF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,239,56); }

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

background-color css

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

 a { background-color: rgb(112,239,56); }

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

border-color css

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

 span { border-color: rgb(112,239,56); }

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