Html Css Color HEX #70FD00 Bright Green

📋 copy color: '#70FD00'

red 112 ◦ green 253 ◦ blue 0

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

Shades of Bright Green #70FD00

Tints of Bright Green #70FD00

RGB

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

 GREEN value IS 253 (99.22% from 255) = 69.32%

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

R = 30.68%
G = 69.32%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#70FD00 (or 0x70FD00) is known color: Bright Green. HEX triplet: 70, FD and 00. RGB value is (112,253,0). Sum of RGB (Red+Green+Blue) = 112+253+0=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 253 (99.22% from 255 or 69.32% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FD00 is #8F02FF. Grayscale: #B6B6B6. Windows color (decimal): -9372416 or 64880. OLE color: 64880.

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

Color convert

RGB 112 253 0 -
CMYK 0.56 0 1 0.01
HSL 93.44º 1% 0.5% -
HSV(B) 93.44º 1% 0.99% -
XYZ 41.81 73.7 12.02 -
YUV 182 25.29 78.07 -
System Red Green Blue C M Y K H S L
Decimal 112 253 0 0.56 0 1 0.01 93.44 1 0.5
Hex 70 FD 0 38 0 64 1 5D 64 32
Octal 160 375 0 70 0 144 1 135 144 62
Binary 1110000 11111101 0 111000 0 1100100 1 1011101 1100100 110010

Color Harmonies of #70FD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FD00

Black with #70FD00

Text Example


Text Example

White with #70FD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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