#1DEC1C

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

Shades of Free Speech Green #1DEC1C

Tints of Free Speech Green #1DEC1C

Color information

#1DEC1C (or 0x1DEC1C) is unknown color: approx Free Speech Green. HEX triplet: 1D, EC and 1C. RGB value is (29,236,28). Sum of RGB (Red+Green+Blue) = 29+236+28=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 236 (92.58% from 255 or 80.55% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEC1C is #E213E3. Grayscale: #979797. Windows color (decimal): -14816228 or 1895453. OLE color: 1895453.

HSL color Cylindrical-coordinate representation of color #1DEC1C: hue angle of 119.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEC1C is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB2923628-
CMYK0.8800.880.07
HSL119.71º84.55%51.76%-
HSV(B)119.71º88.14%92.55%-
XYZ30.7160.3411.13-
YUV150.3958.9241.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.90%
GREEN value IS 236 (92.58% from 255) = 80.55%
BLUE value IS 28 (11.33% from 255) = 9.56%
R=9.90%
G=80.55%
B=9.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal29236280.8800.880.07119.7184.5551.76
Hex1DEC1C580587785534
Octal35354341300130717012564
Binary11101111011001110010110000101100011111110001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DEC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DEC1C; }

 p { color: rgb(29,236,28); }

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

<style>
 a { background-color: #1DEC1C; }

 a { background-color: rgb(29,236,28); }

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

<style>
 span { border-color: #1DEC1C; }

 span { border-color: rgb(29,236,28); }

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