#70fa00

Color #70FA00 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #70FA00

Tints of Bright Green #70FA00

Color information

#70FA00 (or 0x70FA00) is unknown color: approx Bright Green. HEX triplet: 70, FA and 00. RGB value is (112,250,0). Sum of RGB (Red+Green+Blue) = 112+250+0=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 250 (98.05% from 255 or 69.06% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FA00 is #8F05FF. Grayscale: #B5B5B5. Windows color (decimal): -9373184 or 64112. OLE color: 64112.

HSL color Cylindrical-coordinate representation of color #70FA00: hue angle of 93.12º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70FA00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB1122500-
CMYK0.55010.02
HSL93.12º100%49.02%-
HSV(B)93.12º100%98.04%-
XYZ40.8771.8211.71-
YUV180.2426.2879.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 250 (98.05% from 255) = 69.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.94%
G=69.06%
B=0%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11225000.55010.0293.1210049.02
Hex70FA03706425d6431
Octal1603720670144213514461
Binary1110000111110100110111011001001010111011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70fa00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70fa00;
 }
 .AnyTagClassName
 {
   color: #70fa00;
 }
</style>
background-color css

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

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

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

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

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

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

cancel