#00E102

Color #00E102 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #00E102

Tints of Free Speech Green #00E102

Color information

#00E102 (or 0x00E102) is unknown color: approx Free Speech Green. HEX triplet: 00, E1 and 02. RGB value is (0,225,2). Sum of RGB (Red+Green+Blue) = 0+225+2=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 225 (88.28% from 255 or 99.12% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 225 - color contains mainly: green. Hex color #00E102 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00E102 is #FF1EFD. Grayscale: #848484. Windows color (decimal): -16719614 or 188672. OLE color: 188672.

HSL color Cylindrical-coordinate representation of color #00E102: hue angle of 120.53º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E102 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB02252-
CMYK100.990.12
HSL120.53º100%44.12%-
HSV(B)120.53º100%88.24%-
XYZ26.9453.859.03-
YUV132.354.4633.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 225 (88.28% from 255) = 99.12%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=0%
G=99.12%
B=0.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal02252100.990.12120.5310044.12
Hex0E1264063C79642c
Octal0341214401431417114454
Binary01110000110110010001100011110011110011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00E102; }

 p { color: rgb(0,225,2); }

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

<style>
 a { background-color: #00E102; }

 a { background-color: rgb(0,225,2); }

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

<style>
 span { border-color: #00E102; }

 span { border-color: rgb(0,225,2); }

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