#00ED21

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

Shades of Free Speech Green #00ED21

Tints of Free Speech Green #00ED21

Color information

#00ED21 (or 0x00ED21) is unknown color: approx Free Speech Green. HEX triplet: 00, ED and 21. RGB value is (0,237,33). Sum of RGB (Red+Green+Blue) = 0+237+33=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 237 (92.97% from 255 or 87.78% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00ED21 is #FF12DE. Grayscale: #8F8F8F. Windows color (decimal): -16716511 or 2223360. OLE color: 2223360.

HSL color Cylindrical-coordinate representation of color #00ED21: hue angle of 128.35º 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 #00ED21 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB023733-
CMYK100.860.07
HSL128.35º100%46.47%-
HSV(B)128.35º100%92.94%-
XYZ30.5660.6811.54-
YUV142.8865.9826.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 237 (92.97% from 255) = 87.78%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=0%
G=87.78%
B=12.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal023733100.860.07128.3510046.47
Hex0ED2164056780642e
Octal0355411440126720014456
Binary011101101100001110010001010110111100000001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ED21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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