#04EB20

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

Shades of Free Speech Green #04EB20

Tints of Free Speech Green #04EB20

Color information

#04EB20 (or 0x04EB20) is unknown color: approx Free Speech Green. HEX triplet: 04, EB and 20. RGB value is (4,235,32). Sum of RGB (Red+Green+Blue) = 4+235+32=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 235 (92.19% from 255 or 86.72% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 235 - color contains mainly: green. Hex color #04EB20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04EB20 is #FB14DF. Grayscale: #8F8F8F. Windows color (decimal): -16454880 or 2157316. OLE color: 2157316.

HSL color Cylindrical-coordinate representation of color #04EB20: hue angle of 127.27º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EB20 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB423532-
CMYK0.9800.860.08
HSL127.27º96.65%46.86%-
HSV(B)127.27º98.3%92.16%-
XYZ30.0259.5511.28-
YUV142.7965.4729.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.48%
GREEN value IS 235 (92.19% from 255) = 86.72%
BLUE value IS 32 (12.89% from 255) = 11.81%
R=1.48%
G=86.72%
B=11.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal4235320.9800.860.08127.2796.6546.86
Hex4EB206205687f612f
Octal43534014201261017714157
Binary10011101011100000110001001010110100011111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04EB20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04EB20; }

 p { color: rgb(4,235,32); }

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

<style>
 a { background-color: #04EB20; }

 a { background-color: rgb(4,235,32); }

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

<style>
 span { border-color: #04EB20; }

 span { border-color: rgb(4,235,32); }

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