Html Css Color HEX #00ED20 Free Speech Green

📋 copy color: '#00ED20'

red 0 ◦ green 237 ◦ blue 32

#00ED20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #00ED20

Tints of Free Speech Green #00ED20

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 237 (92.97% from 255) = 88.1%

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 0%
G = 88.1%
B = 11.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#00ED20 (or 0x00ED20) is known color: Free Speech Green. HEX triplet: 00, ED and 20. RGB value is (0,237,32). Sum of RGB (Red+Green+Blue) = 0+237+32=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 237 (92.97% from 255 or 88.10% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00ED20 is #FF12DF. Grayscale: #8F8F8F. Windows color (decimal): -16716512 or 2157824. OLE color: 2157824.

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

Color convert

RGB 0 237 32 -
CMYK 1 0 0.86 0.07
HSL 128.1º 1% 0.46% -
HSV(B) 128.1º 1% 0.93% -
XYZ 30.54 60.67 11.47 -
YUV 142.77 65.48 26.17 -
System Red Green Blue C M Y K H S L
Decimal 0 237 32 1 0 0.86 0.07 128.1 1 0.46
Hex 0 ED 20 64 0 56 7 80 64 2E
Octal 0 355 40 144 0 126 7 200 144 56
Binary 0 11101101 100000 1100100 0 1010110 111 10000000 1100100 101110

Color Harmonies of #00ED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ED20

Black with #00ED20

Text Example


Text Example

White with #00ED20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,237,32); }

 H1.HeaderClassName
 {
   color: #00ED20;
 }
 .AnyTagClassName
 {
   color: #00ED20;
 }
</style>

background-color css

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

 a { background-color: rgb(0,237,32); }

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

border-color css

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

 span { border-color: rgb(0,237,32); }

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