Html Css Color HEX #04DD1D Free Speech Green

📋 copy color: '#04DD1D'

red 4 ◦ green 221 ◦ blue 29

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

Shades of Free Speech Green #04DD1D

Tints of Free Speech Green #04DD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 1.57%
G = 87.01%
B = 11.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#04DD1D (or 0x04DD1D) is known color: Free Speech Green. HEX triplet: 04, DD and 1D. RGB value is (4,221,29). Sum of RGB (Red+Green+Blue) = 4+221+29=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 221 (86.72% from 255 or 87.01% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DD1D is #FB22E2. Grayscale: #868686. Windows color (decimal): -16458467 or 1957124. OLE color: 1957124.

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

Color convert

RGB 4 221 29 -
CMYK 0.98 0 0.87 0.13
HSL 126.91º 0.96% 0.44% -
HSV(B) 126.91º 0.98% 0.87% -
XYZ 26.13 51.83 9.79 -
YUV 134.23 68.61 35.11 -
System Red Green Blue C M Y K H S L
Decimal 4 221 29 0.98 0 0.87 0.13 126.91 0.96 0.44
Hex 4 DD 1D 62 0 57 D 7F 60 2C
Octal 4 335 35 142 0 127 15 177 140 54
Binary 100 11011101 11101 1100010 0 1010111 1101 1111111 1100000 101100

Color Harmonies of #04DD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DD1D

Black with #04DD1D

Text Example


Text Example

White with #04DD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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