#70FE13

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

Shades of Bright Green #70FE13

Tints of Bright Green #70FE13

Color information

#70FE13 (or 0x70FE13) is unknown color: approx Bright Green. HEX triplet: 70, FE and 13. RGB value is (112,254,19). Sum of RGB (Red+Green+Blue) = 112+254+19=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 254 (99.61% from 255 or 65.97% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FE13 is #8F01EC. Grayscale: #B9B9B9. Windows color (decimal): -9372141 or 1310320. OLE color: 1310320.

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

Color convert

RGB11225419-
CMYK0.5600.930.00
HSL96.26º99.16%53.53%-
HSV(B)96.26º92.52%99.61%-
XYZ42.2474.3812.75-
YUV184.7534.4676.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 254 (99.61% from 255) = 65.97%
BLUE value IS 19 (7.81% from 255) = 4.94%
R=29.09%
G=65.97%
B=4.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal112254190.5600.930.0096.2699.1653.53
Hex70FE133805D0606336
Octal16037623700135014014366
Binary1110000111111101001111100001011101011000001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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