#70F313

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

Shades of Bright Green #70F313

Tints of Bright Green #70F313

Color information

#70F313 (or 0x70F313) is unknown color: approx Bright Green. HEX triplet: 70, F3 and 13. RGB value is (112,243,19). Sum of RGB (Red+Green+Blue) = 112+243+19=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 243 (95.31% from 255 or 64.97% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 243 - color contains mainly: green. Hex color #70F313 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F313 is #8F0CEC. Grayscale: #B3B3B3. Windows color (decimal): -9374957 or 1307504. OLE color: 1307504.

HSL color Cylindrical-coordinate representation of color #70F313: hue angle of 95.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70F313 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB11224319-
CMYK0.5400.920.05
HSL95.09º90.32%51.37%-
HSV(B)95.09º92.18%95.29%-
XYZ38.8567.5911.62-
YUV178.338.180.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 243 (95.31% from 255) = 64.97%
BLUE value IS 19 (7.81% from 255) = 5.08%
R=29.95%
G=64.97%
B=5.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112243190.5400.920.0595.0990.3251.37
Hex70F3133605C55f5a33
Octal16036323660134513713263
Binary111000011110011100111101100101110010110111111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,243,19); }

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

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

 a { background-color: rgb(112,243,19); }

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

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

 span { border-color: rgb(112,243,19); }

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