#70EF1E

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

Shades of Bright Green #70EF1E

Tints of Bright Green #70EF1E

Color information

#70EF1E (or 0x70EF1E) is unknown color: approx Bright Green. HEX triplet: 70, EF and 1E. RGB value is (112,239,30). Sum of RGB (Red+Green+Blue) = 112+239+30=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 239 (93.75% from 255 or 62.73% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EF1E is #8F10E1. Grayscale: #B1B1B1. Windows color (decimal): -9375970 or 2027376. OLE color: 2027376.

HSL color Cylindrical-coordinate representation of color #70EF1E: hue angle of 96.46º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70EF1E is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB11223930-
CMYK0.5300.870.06
HSL96.46º86.72%52.75%-
HSV(B)96.46º87.45%93.73%-
XYZ37.7865.2711.84-
YUV177.244.9281.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 239 (93.75% from 255) = 62.73%
BLUE value IS 30 (12.11% from 255) = 7.87%
R=29.40%
G=62.73%
B=7.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112239300.5300.870.0696.4686.7252.75
Hex70EF1E350576605735
Octal16035736650127614012765
Binary111000011101111111101101010101011111011000001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,239,30); }

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

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

 a { background-color: rgb(112,239,30); }

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

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

 span { border-color: rgb(112,239,30); }

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