#70ED22

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

Shades of Bright Green #70ED22

Tints of Bright Green #70ED22

Color information

#70ED22 (or 0x70ED22) is unknown color: approx Bright Green. HEX triplet: 70, ED and 22. RGB value is (112,237,34). Sum of RGB (Red+Green+Blue) = 112+237+34=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 237 (92.97% from 255 or 61.88% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED22 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70ED22 is #8F12DD. Grayscale: #B1B1B1. Windows color (decimal): -9376478 or 2289008. OLE color: 2289008.

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

Color convert

RGB11223734-
CMYK0.5300.860.07
HSL96.95º84.94%53.14%-
HSV(B)96.95º85.65%92.94%-
XYZ37.2664.1311.93-
YUV176.4847.5982.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 237 (92.97% from 255) = 61.88%
BLUE value IS 34 (13.67% from 255) = 8.88%
R=29.24%
G=61.88%
B=8.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112237340.5300.860.0796.9584.9453.14
Hex70ED22350567615535
Octal16035542650126714112565
Binary1110000111011011000101101010101011011111000011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ED22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,237,34); }

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

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

 a { background-color: rgb(112,237,34); }

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

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

 span { border-color: rgb(112,237,34); }

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