Html Css Color HEX #70E42E Bright Green

📋 copy color: '#70E42E'

red 112 ◦ green 228 ◦ blue 46

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

Shades of Bright Green #70E42E

Tints of Bright Green #70E42E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 59.07%

 BLUE value IS 46 (18.36% from 255) = 11.92%

R = 29.02%
G = 59.07%
B = 11.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#70E42E (or 0x70E42E) is known color: Bright Green. HEX triplet: 70, E4 and 2E. RGB value is (112,228,46). Sum of RGB (Red+Green+Blue) = 112+228+46=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 228 (89.45% from 255 or 59.07% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 228 - color contains mainly: green. Hex color #70E42E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E42E is #8F1BD1. Grayscale: #ADADAD. Windows color (decimal): -9378770 or 3073136. OLE color: 3073136.

HSL color Cylindrical-coordinate representation of color #70E42E: hue angle of 98.24º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70E42E is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 228 46 -
CMYK 0.51 0 0.80 0.11
HSL 98.24º 0.77% 0.54% -
HSV(B) 98.24º 0.8% 0.89% -
XYZ 34.92 59.13 12.16 -
YUV 172.57 56.57 84.8 -
System Red Green Blue C M Y K H S L
Decimal 112 228 46 0.51 0 0.80 0.11 98.24 0.77 0.54
Hex 70 E4 2E 33 0 50 B 62 4D 36
Octal 160 344 56 63 0 120 13 142 115 66
Binary 1110000 11100100 101110 110011 0 1010000 1011 1100010 1001101 110110

Color Harmonies of #70E42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E42E

Black with #70E42E

Text Example


Text Example

White with #70E42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,228,46); }

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

background-color css

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

 a { background-color: rgb(112,228,46); }

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

border-color css

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

 span { border-color: rgb(112,228,46); }

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