#1ECF00

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

Shades of Free Speech Green #1ECF00

Tints of Free Speech Green #1ECF00

Color information

#1ECF00 (or 0x1ECF00) is unknown color: approx Free Speech Green. HEX triplet: 1E, CF and 00. RGB value is (30,207,0). Sum of RGB (Red+Green+Blue) = 30+207+0=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 207 (81.25% from 255 or 87.34% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECF00 is #E130FF. Grayscale: #838383. Windows color (decimal): -14758144 or 53022. OLE color: 53022.

HSL color Cylindrical-coordinate representation of color #1ECF00: hue angle of 111.3º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1ECF00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB302070-
CMYK0.86010.19
HSL111.3º100%40.59%-
HSV(B)111.3º100%81.18%-
XYZ22.8544.97.46-
YUV130.4854.3656.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.66%
GREEN value IS 207 (81.25% from 255) = 87.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.66%
G=87.34%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal3020700.86010.19111.310040.59
Hex1ECF056064136f6429
Octal36317012601442315714451
Binary111101100111101010110011001001001111011111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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