#70EC36

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

Shades of Bright Green #70EC36

Tints of Bright Green #70EC36

Color information

#70EC36 (or 0x70EC36) is unknown color: approx Bright Green. HEX triplet: 70, EC and 36. RGB value is (112,236,54). Sum of RGB (Red+Green+Blue) = 112+236+54=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EC36 is #8F13C9. Grayscale: #B2B2B2. Windows color (decimal): -9376714 or 3599472. OLE color: 3599472.

HSL color Cylindrical-coordinate representation of color #70EC36: hue angle of 100.88º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70EC36 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB11223654-
CMYK0.5300.770.07
HSL100.88º82.73%56.86%-
HSV(B)100.88º77.12%92.55%-
XYZ37.3463.713.82-
YUV178.1857.9280.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 236 (92.58% from 255) = 58.71%
BLUE value IS 54 (21.48% from 255) = 13.43%
R=27.86%
G=58.71%
B=13.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112236540.5300.770.07100.8882.7356.86
Hex70EC363504D7655339
Octal16035466650115714512371
Binary1110000111011001101101101010100110111111001011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,236,54); }

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

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

 a { background-color: rgb(112,236,54); }

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

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

 span { border-color: rgb(112,236,54); }

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