Html Css Color HEX #04DF00 Free Speech Green

📋 copy color: '#04DF00'

red 4 ◦ green 223 ◦ blue 0

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

Shades of Free Speech Green #04DF00

Tints of Free Speech Green #04DF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 98.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.76%
G = 98.24%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#04DF00 (or 0x04DF00) is known color: Free Speech Green. HEX triplet: 04, DF and 00. RGB value is (4,223,0). Sum of RGB (Red+Green+Blue) = 4+223+0=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 223 (87.5% from 255 or 98.24% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 223 - color contains mainly: green. Hex color #04DF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DF00 is #FB20FF. Grayscale: #848484. Windows color (decimal): -16457984 or 57092. OLE color: 57092.

HSL color Cylindrical-coordinate representation of color #04DF00: hue angle of 118.92º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04DF00 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 223 0 -
CMYK 0.98 0 1 0.13
HSL 118.92º 1% 0.44% -
HSV(B) 118.92º 1% 0.87% -
XYZ 26.44 52.8 8.8 -
YUV 132.1 53.45 36.63 -
System Red Green Blue C M Y K H S L
Decimal 4 223 0 0.98 0 1 0.13 118.92 1 0.44
Hex 4 DF 0 62 0 64 D 77 64 2C
Octal 4 337 0 142 0 144 15 167 144 54
Binary 100 11011111 0 1100010 0 1100100 1101 1110111 1100100 101100

Color Harmonies of #04DF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DF00

Black with #04DF00

Text Example


Text Example

White with #04DF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,223,0); }

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

background-color css

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

 a { background-color: rgb(4,223,0); }

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

border-color css

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

 span { border-color: rgb(4,223,0); }

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