#04DD24

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

Shades of Free Speech Green #04DD24

Tints of Free Speech Green #04DD24

Color information

#04DD24 (or 0x04DD24) is unknown color: approx Free Speech Green. HEX triplet: 04, DD and 24. RGB value is (4,221,36). Sum of RGB (Red+Green+Blue) = 4+221+36=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 221 (86.72% from 255 or 84.67% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DD24 is #FB22DB. Grayscale: #878787. Windows color (decimal): -16458460 or 2415876. OLE color: 2415876.

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

Color convert

RGB422136-
CMYK0.9800.840.13
HSL128.85º96.44%44.12%-
HSV(B)128.85º98.19%86.67%-
XYZ26.2251.8710.3-
YUV135.0372.1134.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.53%
GREEN value IS 221 (86.72% from 255) = 84.67%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=1.53%
G=84.67%
B=13.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4221360.9800.840.13128.8596.4444.12
Hex4DD2462054D81602c
Octal43354414201241520114054
Binary100110111011001001100010010101001101100000011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04DD24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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