#04EB1E

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

Shades of Free Speech Green #04EB1E

Tints of Free Speech Green #04EB1E

Color information

#04EB1E (or 0x04EB1E) is unknown color: approx Free Speech Green. HEX triplet: 04, EB and 1E. RGB value is (4,235,30). Sum of RGB (Red+Green+Blue) = 4+235+30=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 235 (92.19% from 255 or 87.36% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 235 - color contains mainly: green. Hex color #04EB1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04EB1E is #FB14E1. Grayscale: #8F8F8F. Windows color (decimal): -16454882 or 2026244. OLE color: 2026244.

HSL color Cylindrical-coordinate representation of color #04EB1E: hue angle of 126.75º 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 #04EB1E is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB423530-
CMYK0.9800.870.08
HSL126.75º96.65%46.86%-
HSV(B)126.75º98.3%92.16%-
XYZ29.9959.5411.14-
YUV142.5664.4729.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.49%
GREEN value IS 235 (92.19% from 255) = 87.36%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=1.49%
G=87.36%
B=11.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal4235300.9800.870.08126.7596.6546.86
Hex4EB1E6205787f612f
Octal43533614201271017714157
Binary1001110101111110110001001010111100011111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04EB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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