#04EC13

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

Shades of Free Speech Green #04EC13

Tints of Free Speech Green #04EC13

Color information

#04EC13 (or 0x04EC13) is unknown color: approx Free Speech Green. HEX triplet: 04, EC and 13. RGB value is (4,236,19). Sum of RGB (Red+Green+Blue) = 4+236+19=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 236 (92.58% from 255 or 91.12% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 236 - color contains mainly: green. Hex color #04EC13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04EC13 is #FB13EC. Grayscale: #8E8E8E. Windows color (decimal): -16454637 or 1305604. OLE color: 1305604.

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

Color convert

RGB423619-
CMYK0.9800.920.07
HSL123.88º96.67%47.06%-
HSV(B)123.88º98.31%92.55%-
XYZ30.1660.0610.62-
YUV141.8958.6429.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.54%
GREEN value IS 236 (92.58% from 255) = 91.12%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=1.54%
G=91.12%
B=7.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal4236190.9800.920.07123.8896.6747.06
Hex4EC136205C77c612f
Octal4354231420134717414157
Binary100111011001001111000100101110011111111001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04EC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,236,19); }

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

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

 a { background-color: rgb(4,236,19); }

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

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

 span { border-color: rgb(4,236,19); }

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