Html Css Color HEX #70EF1E Bright Green

📋 copy color: '#70EF1E'

red 112 ◦ green 239 ◦ blue 30

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

Shades of Bright Green #70EF1E

Tints of Bright Green #70EF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 29.4%
G = 62.73%
B = 7.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#70EF1E (or 0x70EF1E) is known color: Bright Green. HEX triplet: 70, EF and 1E. RGB value is (112,239,30). Sum of RGB (Red+Green+Blue) = 112+239+30=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 239 (93.75% from 255 or 62.73% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EF1E is #8F10E1. Grayscale: #B1B1B1. Windows color (decimal): -9375970 or 2027376. OLE color: 2027376.

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

Color convert

RGB 112 239 30 -
CMYK 0.53 0 0.87 0.06
HSL 96.46º 0.87% 0.53% -
HSV(B) 96.46º 0.87% 0.94% -
XYZ 37.78 65.27 11.84 -
YUV 177.2 44.92 81.49 -
System Red Green Blue C M Y K H S L
Decimal 112 239 30 0.53 0 0.87 0.06 96.46 0.87 0.53
Hex 70 EF 1E 35 0 57 6 60 57 35
Octal 160 357 36 65 0 127 6 140 127 65
Binary 1110000 11101111 11110 110101 0 1010111 110 1100000 1010111 110101

Color Harmonies of #70EF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EF1E

Black with #70EF1E

Text Example


Text Example

White with #70EF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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