Html Css Color HEX #04DC18 Free Speech Green

📋 copy color: '#04DC18'

red 4 ◦ green 220 ◦ blue 24

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

Shades of Free Speech Green #04DC18

Tints of Free Speech Green #04DC18

RGB

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

 GREEN value IS 220 (86.33% from 255) = 88.71%

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 1.61%
G = 88.71%
B = 9.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#04DC18 (or 0x04DC18) is known color: Free Speech Green. HEX triplet: 04, DC and 18. RGB value is (4,220,24). Sum of RGB (Red+Green+Blue) = 4+220+24=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 220 (86.33% from 255 or 88.71% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DC18 is #FB23E7. Grayscale: #858585. Windows color (decimal): -16458728 or 1629188. OLE color: 1629188.

HSL color Cylindrical-coordinate representation of color #04DC18: hue angle of 125.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DC18 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 220 24 -
CMYK 0.98 0 0.89 0.14
HSL 125.56º 0.96% 0.44% -
HSV(B) 125.56º 0.98% 0.86% -
XYZ 25.81 51.28 9.4 -
YUV 133.07 66.44 35.94 -
System Red Green Blue C M Y K H S L
Decimal 4 220 24 0.98 0 0.89 0.14 125.56 0.96 0.44
Hex 4 DC 18 62 0 59 E 7E 60 2C
Octal 4 334 30 142 0 131 16 176 140 54
Binary 100 11011100 11000 1100010 0 1011001 1110 1111110 1100000 101100

Color Harmonies of #04DC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DC18

Black with #04DC18

Text Example


Text Example

White with #04DC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,220,24); }

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

background-color css

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

 a { background-color: rgb(4,220,24); }

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

border-color css

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

 span { border-color: rgb(4,220,24); }

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