#1ECC00

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

Shades of Free Speech Green #1ECC00

Tints of Free Speech Green #1ECC00

Color information

#1ECC00 (or 0x1ECC00) is unknown color: approx Free Speech Green. HEX triplet: 1E, CC and 00. RGB value is (30,204,0). Sum of RGB (Red+Green+Blue) = 30+204+0=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 204 (80.08% from 255 or 87.18% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECC00 is #E133FF. Grayscale: #818181. Windows color (decimal): -14758912 or 52254. OLE color: 52254.

HSL color Cylindrical-coordinate representation of color #1ECC00: hue angle of 111.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1ECC00 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB302040-
CMYK0.85010.2
HSL111.18º100%40%-
HSV(B)111.18º100%80%-
XYZ22.1343.467.22-
YUV128.7255.3557.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.82%
GREEN value IS 204 (80.08% from 255) = 87.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.82%
G=87.18%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal3020400.85010.2111.1810040
Hex1ECC055064146f6428
Octal36314012501442415714450
Binary111101100110001010101011001001010011011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,204,0); }

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

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

 a { background-color: rgb(30,204,0); }

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

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

 span { border-color: rgb(30,204,0); }

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