Html Css Color HEX #04DB12 Free Speech Green

📋 copy color: '#04DB12'

red 4 ◦ green 219 ◦ blue 18

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

Shades of Free Speech Green #04DB12

Tints of Free Speech Green #04DB12

RGB

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

 GREEN value IS 219 (85.94% from 255) = 90.87%

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 1.66%
G = 90.87%
B = 7.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#04DB12 (or 0x04DB12) is known color: Free Speech Green. HEX triplet: 04, DB and 12. RGB value is (4,219,18). Sum of RGB (Red+Green+Blue) = 4+219+18=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 219 (85.94% from 255 or 90.87% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 219 - color contains mainly: green. Hex color #04DB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DB12 is #FB24ED. Grayscale: #848484. Windows color (decimal): -16458990 or 1235716. OLE color: 1235716.

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

Color convert

RGB 4 219 18 -
CMYK 0.98 0 0.92 0.14
HSL 123.91º 0.96% 0.44% -
HSV(B) 123.91º 0.98% 0.86% -
XYZ 25.49 50.73 9.02 -
YUV 131.8 63.77 36.84 -
System Red Green Blue C M Y K H S L
Decimal 4 219 18 0.98 0 0.92 0.14 123.91 0.96 0.44
Hex 4 DB 12 62 0 5C E 7C 60 2C
Octal 4 333 22 142 0 134 16 174 140 54
Binary 100 11011011 10010 1100010 0 1011100 1110 1111100 1100000 101100

Color Harmonies of #04DB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DB12

Black with #04DB12

Text Example


Text Example

White with #04DB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,219,18); }

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

background-color css

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

 a { background-color: rgb(4,219,18); }

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

border-color css

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

 span { border-color: rgb(4,219,18); }

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