#04DD03

Color #04DD03 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #04DD03

Tints of Free Speech Green #04DD03

Color information

#04DD03 (or 0x04DD03) is unknown color: approx Free Speech Green. HEX triplet: 04, DD and 03. RGB value is (4,221,3). Sum of RGB (Red+Green+Blue) = 4+221+3=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 221 (86.72% from 255 or 96.93% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DD03 is #FB22FC. Grayscale: #838383. Windows color (decimal): -16458493 or 253188. OLE color: 253188.

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

Color convert

RGB42213-
CMYK0.9800.990.13
HSL119.72º97.32%43.92%-
HSV(B)119.72º98.64%86.67%-
XYZ25.9251.758.71-
YUV131.2755.6137.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 221 (86.72% from 255) = 96.93%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=1.75%
G=96.93%
B=1.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal422130.9800.990.13119.7297.3243.92
Hex4DD362063D78612c
Octal4335314201431517014154
Binary1001101110111110001001100011110111110001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04DD03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04DD03;
 }
 .AnyTagClassName
 {
   color: #04DD03;
 }
</style>
background-color css

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

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

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

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

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

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