Html Css Color HEX #04E80B Free Speech Green

📋 copy color: '#04E80B'

red 4 ◦ green 232 ◦ blue 11

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

Shades of Free Speech Green #04E80B

Tints of Free Speech Green #04E80B

RGB

 RED value IS 4 (1.95% from 255) = 1.62%

 GREEN value IS 232 (91.02% from 255) = 93.93%

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 1.62%
G = 93.93%
B = 4.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#04E80B (or 0x04E80B) is known color: Free Speech Green. HEX triplet: 04, E8 and 0B. RGB value is (4,232,11). Sum of RGB (Red+Green+Blue) = 4+232+11=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 232 (91.02% from 255 or 93.93% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 232 - color contains mainly: green. Hex color #04E80B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04E80B is #FB17F4. Grayscale: #8B8B8B. Windows color (decimal): -16455669 or 780292. OLE color: 780292.

HSL color Cylindrical-coordinate representation of color #04E80B: hue angle of 121.84º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E80B is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 4 232 11 -
CMYK 0.98 0 0.95 0.09
HSL 121.84º 0.97% 0.46% -
HSV(B) 121.84º 0.98% 0.91% -
XYZ 28.97 57.76 9.94 -
YUV 138.63 55.96 31.97 -
System Red Green Blue C M Y K H S L
Decimal 4 232 11 0.98 0 0.95 0.09 121.84 0.97 0.46
Hex 4 E8 B 62 0 5F 9 7A 61 2E
Octal 4 350 13 142 0 137 11 172 141 56
Binary 100 11101000 1011 1100010 0 1011111 1001 1111010 1100001 101110

Color Harmonies of #04E80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E80B

Black with #04E80B

Text Example


Text Example

White with #04E80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,232,11); }

 H1.HeaderClassName
 {
   color: #04E80B;
 }
 .AnyTagClassName
 {
   color: #04E80B;
 }
</style>

background-color css

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

 a { background-color: rgb(4,232,11); }

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

border-color css

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

 span { border-color: rgb(4,232,11); }

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