Html Css Color HEX #70EE3D Screamin' Green

📋 copy color: '#70EE3D'

red 112 ◦ green 238 ◦ blue 61

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

Shades of Screamin' Green #70EE3D

Tints of Screamin' Green #70EE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 27.25%
G = 57.91%
B = 14.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#70EE3D (or 0x70EE3D) is known color: Screamin' Green. HEX triplet: 70, EE and 3D. RGB value is (112,238,61). Sum of RGB (Red+Green+Blue) = 112+238+61=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 238 (93.36% from 255 or 57.91% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EE3D is #8F11C2. Grayscale: #B4B4B4. Windows color (decimal): -9376195 or 4058736. OLE color: 4058736.

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

Color convert

RGB 112 238 61 -
CMYK 0.53 0 0.74 0.07
HSL 102.71º 0.84% 0.59% -
HSV(B) 102.71º 0.74% 0.93% -
XYZ 38.1 64.93 14.94 -
YUV 180.15 60.76 79.39 -
System Red Green Blue C M Y K H S L
Decimal 112 238 61 0.53 0 0.74 0.07 102.71 0.84 0.59
Hex 70 EE 3D 35 0 4A 7 67 54 3B
Octal 160 356 75 65 0 112 7 147 124 73
Binary 1110000 11101110 111101 110101 0 1001010 111 1100111 1010100 111011

Color Harmonies of #70EE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE3D

Black with #70EE3D

Text Example


Text Example

White with #70EE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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