Html Css Color HEX #70FC07 Bright Green

📋 copy color: '#70FC07'

red 112 ◦ green 252 ◦ blue 7

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

Shades of Bright Green #70FC07

Tints of Bright Green #70FC07

RGB

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

 GREEN value IS 252 (98.83% from 255) = 67.92%

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 30.19%
G = 67.92%
B = 1.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#70FC07 (or 0x70FC07) is known color: Bright Green. HEX triplet: 70, FC and 07. RGB value is (112,252,7). Sum of RGB (Red+Green+Blue) = 112+252+7=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 252 (98.83% from 255 or 67.92% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 252 - color contains mainly: green. Hex color #70FC07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FC07 is #8F03F8. Grayscale: #B7B7B7. Windows color (decimal): -9372665 or 523376. OLE color: 523376.

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

Color convert

RGB 112 252 7 -
CMYK 0.56 0 0.97 0.01
HSL 94.29º 0.98% 0.51% -
HSV(B) 94.29º 0.97% 0.99% -
XYZ 41.53 73.08 12.12 -
YUV 182.21 29.12 77.92 -
System Red Green Blue C M Y K H S L
Decimal 112 252 7 0.56 0 0.97 0.01 94.29 0.98 0.51
Hex 70 FC 7 38 0 61 1 5E 62 33
Octal 160 374 7 70 0 141 1 136 142 63
Binary 1110000 11111100 111 111000 0 1100001 1 1011110 1100010 110011

Color Harmonies of #70FC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FC07

Black with #70FC07

Text Example


Text Example

White with #70FC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,252,7); }

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

background-color css

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

 a { background-color: rgb(112,252,7); }

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

border-color css

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

 span { border-color: rgb(112,252,7); }

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