Html Css Color HEX #70FE00 Bright Green

📋 copy color: '#70FE00'

red 112 ◦ green 254 ◦ blue 0

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

Shades of Bright Green #70FE00

Tints of Bright Green #70FE00

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.6%
G = 69.4%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#70FE00 (or 0x70FE00) is known color: Bright Green. HEX triplet: 70, FE and 00. RGB value is (112,254,0). Sum of RGB (Red+Green+Blue) = 112+254+0=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 254 (99.61% from 255 or 69.40% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FE00 is #8F01FF. Grayscale: #B7B7B7. Windows color (decimal): -9372160 or 65136. OLE color: 65136.

HSL color Cylindrical-coordinate representation of color #70FE00: hue angle of 93.54º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70FE00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 254 0 -
CMYK 0.56 0 1 0.00
HSL 93.54º 1% 0.5% -
HSV(B) 93.54º 1% 1% -
XYZ 42.12 74.33 12.13 -
YUV 182.59 24.96 77.65 -
System Red Green Blue C M Y K H S L
Decimal 112 254 0 0.56 0 1 0.00 93.54 1 0.5
Hex 70 FE 0 38 0 64 0 5E 64 32
Octal 160 376 0 70 0 144 0 136 144 62
Binary 1110000 11111110 0 111000 0 1100100 0 1011110 1100100 110010

Color Harmonies of #70FE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FE00

Black with #70FE00

Text Example


Text Example

White with #70FE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,254,0); }

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

background-color css

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

 a { background-color: rgb(112,254,0); }

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

border-color css

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

 span { border-color: rgb(112,254,0); }

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