Html Css Color HEX #70EE20 Bright Green

📋 copy color: '#70EE20'

red 112 ◦ green 238 ◦ blue 32

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

Shades of Bright Green #70EE20

Tints of Bright Green #70EE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.38%

R = 29.32%
G = 62.3%
B = 8.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#70EE20 (or 0x70EE20) is known color: Bright Green. HEX triplet: 70, EE and 20. RGB value is (112,238,32). Sum of RGB (Red+Green+Blue) = 112+238+32=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 238 (93.36% from 255 or 62.30% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EE20 is #8F11DF. Grayscale: #B1B1B1. Windows color (decimal): -9376224 or 2158192. OLE color: 2158192.

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

Color convert

RGB 112 238 32 -
CMYK 0.53 0 0.87 0.07
HSL 96.7º 0.86% 0.53% -
HSV(B) 96.7º 0.87% 0.93% -
XYZ 37.52 64.7 11.88 -
YUV 176.84 46.26 81.75 -
System Red Green Blue C M Y K H S L
Decimal 112 238 32 0.53 0 0.87 0.07 96.7 0.86 0.53
Hex 70 EE 20 35 0 57 7 61 56 35
Octal 160 356 40 65 0 127 7 141 126 65
Binary 1110000 11101110 100000 110101 0 1010111 111 1100001 1010110 110101

Color Harmonies of #70EE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE20

Black with #70EE20

Text Example


Text Example

White with #70EE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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