Html Css Color HEX #04DD18 Free Speech Green

📋 copy color: '#04DD18'

red 4 ◦ green 221 ◦ blue 24

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

Shades of Free Speech Green #04DD18

Tints of Free Speech Green #04DD18

RGB

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

 GREEN value IS 221 (86.72% from 255) = 88.76%

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

R = 1.61%
G = 88.76%
B = 9.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#04DD18 (or 0x04DD18) is known color: Free Speech Green. HEX triplet: 04, DD and 18. RGB value is (4,221,24). Sum of RGB (Red+Green+Blue) = 4+221+24=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 221 (86.72% from 255 or 88.76% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DD18 is #FB22E7. Grayscale: #868686. Windows color (decimal): -16458472 or 1629444. OLE color: 1629444.

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

Color convert

RGB 4 221 24 -
CMYK 0.98 0 0.89 0.13
HSL 125.53º 0.96% 0.44% -
HSV(B) 125.53º 0.98% 0.87% -
XYZ 26.07 51.8 9.49 -
YUV 133.66 66.11 35.52 -
System Red Green Blue C M Y K H S L
Decimal 4 221 24 0.98 0 0.89 0.13 125.53 0.96 0.44
Hex 4 DD 18 62 0 59 D 7E 60 2C
Octal 4 335 30 142 0 131 15 176 140 54
Binary 100 11011101 11000 1100010 0 1011001 1101 1111110 1100000 101100

Color Harmonies of #04DD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DD18

Black with #04DD18

Text Example


Text Example

White with #04DD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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