Html Css Color HEX #04D40D Free Speech Green

📋 copy color: '#04D40D'

red 4 ◦ green 212 ◦ blue 13

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

Shades of Free Speech Green #04D40D

Tints of Free Speech Green #04D40D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 92.58%

 BLUE value IS 13 (5.47% from 255) = 5.68%

R = 1.75%
G = 92.58%
B = 5.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#04D40D (or 0x04D40D) is known color: Free Speech Green. HEX triplet: 04, D4 and 0D. RGB value is (4,212,13). Sum of RGB (Red+Green+Blue) = 4+212+13=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 212 (83.20% from 255 or 92.58% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 212 - color contains mainly: green. Hex color #04D40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D40D is #FB2BF2. Grayscale: #7F7F7F. Windows color (decimal): -16460787 or 906244. OLE color: 906244.

HSL color Cylindrical-coordinate representation of color #04D40D: hue angle of 122.6º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D40D is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 4 212 13 -
CMYK 0.98 0 0.94 0.17
HSL 122.6º 0.96% 0.42% -
HSV(B) 122.6º 0.98% 0.83% -
XYZ 23.67 47.14 8.23 -
YUV 127.12 63.59 40.18 -
System Red Green Blue C M Y K H S L
Decimal 4 212 13 0.98 0 0.94 0.17 122.6 0.96 0.42
Hex 4 D4 D 62 0 5E 11 7B 60 2A
Octal 4 324 15 142 0 136 21 173 140 52
Binary 100 11010100 1101 1100010 0 1011110 10001 1111011 1100000 101010

Color Harmonies of #04D40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D40D

Black with #04D40D

Text Example


Text Example

White with #04D40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,212,13); }

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

background-color css

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

 a { background-color: rgb(4,212,13); }

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

border-color css

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

 span { border-color: rgb(4,212,13); }

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